We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e780b commit 34461e9Copy full SHA for 34461e9
lib/picker.dart
@@ -16,7 +16,7 @@ class PickerItemDetails {
16
class Picker {
17
18
/// 展示picker组件
19
- static show(BuildContext context, List<String> data, {ValueChanged<PickerItemDetails> onOk, int initialItem = 0}) {
+ static show(BuildContext context,{List<String> data, ValueChanged<PickerItemDetails> onOk, int initialItem = 0}) {
20
showModalBottomSheet(
21
context: context,
22
builder: (_) {
0 commit comments