We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a202781 commit 129253eCopy full SHA for 129253e
lib/src/widgets/toolbar/buttons/color/color_dialog.dart
@@ -90,6 +90,7 @@ class ColorPickerDialogState extends State<ColorPickerDialog> {
90
),
91
],
92
93
+ const SizedBox(height: 6),
94
Column(
95
children: [
96
if (pickerType == _PickerType.material)
0 commit comments