helpers/show_color_picker library

Functions

showMaterialColorPicker({required BuildContext context, String title = "Pick a color", required Color selectedColor, Color? headerColor, Color? headerTextColor, Color? backgroundColor, Color? buttonTextColor, String? confirmText, String? cancelText, double? maxLongSide, double? maxShortSide, ValueChanged<Color>? onChanged, VoidCallback? onConfirmed, VoidCallback? onCancelled}) → void
Allows RGB selection of a color.