QuillToolbarColorPickerOnPressedCallback typedef

QuillToolbarColorPickerOnPressedCallback = Future<void> Function(QuillController controller, bool isBackground)

Implementation

typedef QuillToolbarColorPickerOnPressedCallback = Future<void> Function(
  QuillController controller,
  bool isBackground,
);