Fix QuillToolbarColorButtonExtraOptions

pull/1886/head
AtlasAutocode 11 months ago
parent 5c78985f39
commit e4e42d6973
  1. 2
      lib/src/widgets/toolbar/buttons/color/color_button.dart

@ -138,7 +138,7 @@ class QuillToolbarColorButtonState extends QuillToolbarColorBaseButtonState {
_showColorPicker(); _showColorPicker();
afterButtonPressed?.call(); afterButtonPressed?.call();
}, },
iconColor: null, iconColor: iconColor,
iconColorBackground: iconColorBackground, iconColorBackground: iconColorBackground,
fillColor: fillColor, fillColor: fillColor,
fillColorBackground: fillColorBackground, fillColorBackground: fillColorBackground,

Loading…
Cancel
Save