|
|
@ -91,12 +91,8 @@ class QuillToolbarButtonOptions extends Equatable { |
|
|
|
this.redoHistory = const QuillToolbarHistoryButtonOptions( |
|
|
|
this.redoHistory = const QuillToolbarHistoryButtonOptions( |
|
|
|
isUndo: false, |
|
|
|
isUndo: false, |
|
|
|
), |
|
|
|
), |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
this.fontFamily = const QuillToolbarFontFamilyButtonOptions(), |
|
|
|
this.fontFamily = const QuillToolbarFontFamilyButtonOptions(), |
|
|
|
// this.fontSize = const QuillToolbarFontSizeButtonOptions(), |
|
|
|
// this.fontSize = const QuillToolbarFontSizeButtonOptions(), |
|
|
|
======= |
|
|
|
|
|
|
|
this.fontFamilyButtonOptions = const QuillToolbarFontFamilyButtonOptions(), |
|
|
|
|
|
|
|
>>>>>>> 61b38f4 (Fix conflicts) |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
/// The base configurations for all the buttons which will apply to all |
|
|
|
/// The base configurations for all the buttons which will apply to all |
|
|
|