update
This commit is contained in:
@@ -35,8 +35,12 @@ class _ColorPickerDialogState extends State<ColorPickerDialog> {
|
||||
pickerAreaHeightPercent: 0.7,
|
||||
enableAlpha: true,
|
||||
displayThumbColor: true,
|
||||
showLabel: true,
|
||||
|
||||
labelTypes: [
|
||||
ColorLabelType.hex,
|
||||
ColorLabelType.hsv,
|
||||
ColorLabelType.hsl,
|
||||
ColorLabelType.rgb,
|
||||
],
|
||||
paletteType: PaletteType.hsv,
|
||||
pickerAreaBorderRadius: const BorderRadius.only(
|
||||
topLeft: const Radius.circular(2.0),
|
||||
|
||||
Reference in New Issue
Block a user