pickerTypeLabels property
A ColorPickerType to String map that contains labels for the picker type selector.
If not defined, or omitted in provided mpa, then the following default English labels are used:
- ColorPickerType.both : 'Both'
- ColorPickerType.primary : 'Primary & Accent'
- ColorPickerType.accent : 'Primary'
- ColorPickerType.bw : 'Black & White'
- ColorPickerType.custom : 'Custom'
- ColorPickerType.customSecondary : 'Option'
- ColorPickerType.wheel : 'Wheel'
Implementation
final Map<ColorPickerType, String> pickerTypeLabels;