helpers/show_selection_picker
library
Functions
-
showMaterialSelectionPicker<T>({required BuildContext context, String? title, required List<T> items, T? selectedItem, Color? backgroundColor, Color? buttonTextColor, String? confirmText, bool cancellable = true, String? cancelText, double? maxLongSide, double? maxShortSide, ValueChanged<T>? onChanged, VoidCallback? onConfirmed, VoidCallback? onCancelled, Transformer<T>? transformer, Iconizer<T?>? iconizer})
→ Future<T?>
-
Allows selection of a single value via an icon label list