This commit is contained in:
kit
2024-09-24 09:05:15 +07:00
parent d1fd72bd7f
commit 16a929536c
3 changed files with 8 additions and 5 deletions

View File

@@ -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),