helpers/show_radio_picker library

Functions

showMaterialRadioPicker({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, ValueChanged<String>? onChanged, VoidCallback? onConfirmed, VoidCallback? onCancelled}) → void
Allows selection of a single from a radio list