ui/select/fast_select_image_view
library
Functions
-
fastSelectBottomView(BuildContext context, {String title = "Select", String cancelName = "Cancel", DidSelectItem? didSelect, VoidCallback? didCancel, Color titleColor = Colors.grey, Color valueColor = Colors.blue, Color cancelColor = Colors.blue, Color currentColor = Colors.red, String? currentValue})
→ void
-
-
fastSelectImageView(BuildContext context, {DidSelect? didSelect, VoidCallback? didCancel})
→ void
-
Typedefs
-
DidSelect
= dynamic Function(dynamic item)
-
-
DidSelectItem
= dynamic Function(dynamic item, dynamic index)
-