File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class Constants {
20
20
21
21
static GlobalKey pickerKey = GlobalKey ();
22
22
23
- static AssetsPickerTextDelegate textDelegate = DefaultAssetsPickerTextDelegate ();
23
+ static AssetsPickerTextDelegate textDelegate =
24
+ DefaultAssetsPickerTextDelegate ();
24
25
static SortPathDelegate sortPathDelegate = SortPathDelegate .common;
25
26
}
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ class DefaultAssetsPickerTextDelegate implements AssetsPickerTextDelegate {
63
63
64
64
DefaultAssetsPickerTextDelegate ._internal ();
65
65
66
- static final DefaultAssetsPickerTextDelegate _instance = DefaultAssetsPickerTextDelegate ._internal ();
66
+ static final DefaultAssetsPickerTextDelegate _instance =
67
+ DefaultAssetsPickerTextDelegate ._internal ();
67
68
68
69
@override
69
70
String confirm = '确认' ;
You can’t perform that action at this time.
0 commit comments