WheelPicker constructor
const
WheelPicker({
- Key? key,
- required Colour currentColour,
- required ValueChanged<
Colour> onColourChanged, - required double size,
- required PickerStyle style,
- required bool showLabel,
- required bool displayThumbColor,
- required Orientation orientation,
- HSVColour? pickerHsvColour,
- ValueChanged<
HSVColour> ? onHsvColourChanged, - List<
Colour> ? colourHistory, - ValueChanged<
List< ? onHistoryChanged,Colour> >
Implementation
const WheelPicker({
super.key,
required this.currentColour,
required this.onColourChanged,
required this.size,
required this.style,
required this.showLabel,
required this.displayThumbColor,
required this.orientation,
this.pickerHsvColour,
this.onHsvColourChanged,
this.colourHistory,
this.onHistoryChanged,
});