cupertino_color_picker library

Re-exports only the public API functions from the package. This hides implementation details like platform interfaces.

Classes

CupertinoColorPickerButton
A button widget that displays the native iOS UIColorWell component as a platform view.

Functions

showCupertinoColorPicker({Color? initialColor, bool supportsAlpha = true, ValueChanged<Color>? onChanged}) Future<Color?>
Shows the native iOS UIColorPickerViewController and returns the selected color.