menu
draftmode_framework package
documentation
ui/components/drop_down.dart
DraftModeUIDropDown<ItemType>
onRefresh property
onRefresh property
dark_mode
light_mode
onRefresh
property
Future
<
void
>
Function
()
?
onRefresh
final
When non-null, the picker list supports pull-to-refresh.
Implementation
final Future<void> Function()? onRefresh;
draftmode_framework package
documentation
ui/components/drop_down
DraftModeUIDropDown<ItemType>
onRefresh property
DraftModeUIDropDown class