color_picker_field library

Classes

AnimatedListModel<E>
ColoredCheckbox
ColoredGridCheckbox
ColorEditingValue
ColorGradientWidget
ColorItem
ColorPicker
ColorPickerDial
ColorPickerDialog
ColorPickerDialogModel
ColorPickerDialogState
ColorPickerField
ColorPickerFieldController
ColorPickerFormField
ColorRipple
ColorsPainter
ColorState
CupertinoColorPickerDialog
CupertinoColorPickerDialogState
CupertinoColorPickerField
CupertinoColorPickerFormFieldRow
Creates a CupertinoFormRow containing a FormField that wraps a CupertinoColorPickerField.
EditableColorPickerField
LightnessSlider
LightnessSliderThumb
The LightnessSliderThumb is a custom version of RoundSliderThumbShape that draws a circle as thumb, with color as color inside the thumb. It also display's slider value inside the thumb.
LightnessSliderTrack
A custom slider track for the opacity slider.
PolarCoord
RadialDragGestureDetector
Gesture detector that reports user drags in terms of PolarCoords with the origin at the center of the provided child.
SaturationSlider
SaturationSliderThumb
The SaturationSliderThumb is a custom version of RoundSliderThumbShape that draws a circle as thumb, with color as color inside the thumb. It also display's slider value inside the thumb.
SaturationSliderTrack
A custom slider track for the opacity slider.
TurnGestureDetector

Functions

extractHue(Color color) double
isCupertino(BuildContext context) bool

Typedefs

RadialDragEnd = dynamic Function()
RadialDragStart = dynamic Function(PolarCoord startCoord)
RadialDragUpdate = dynamic Function(PolarCoord updateCoord)
SelectedColorItemBuilder = Widget Function(Color color, bool selected, SelectionChangeCallback onSelectionChange)
SelectionChangeCallback = void Function(bool selected, Color color)