helpers/show_scroll_picker library
Functions
-
showMaterialScrollPicker(
{required BuildContext context, String? title, required List< String> items, List<String> ? values, String? selectedValue, Color? headerColor, Color? headerTextColor, Color? backgroundColor, Color? buttonTextColor, String? confirmText, String? cancelText, double? maxLongSide, double? maxShortSide, bool showDivider = true, ValueChanged<String> ? onChanged, VoidCallback? onConfirmed, VoidCallback? onCancelled}) → void - Allows selection of a string via a slot machine carousel