|
|
|
@ -223,24 +223,24 @@ class MyQuillToolbar extends StatelessWidget { |
|
|
|
|
'40': '40.0' |
|
|
|
|
}, |
|
|
|
|
// headerStyleType: HeaderStyleType.buttons, |
|
|
|
|
buttonOptions: QuillSimpleToolbarButtonOptions( |
|
|
|
|
base: QuillToolbarBaseButtonOptions( |
|
|
|
|
afterButtonPressed: focusNode.requestFocus, |
|
|
|
|
// iconSize: 20, |
|
|
|
|
// iconTheme: QuillIconTheme( |
|
|
|
|
// iconButtonSelectedData: IconButtonData( |
|
|
|
|
// style: IconButton.styleFrom( |
|
|
|
|
// foregroundColor: Colors.blue, |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// iconButtonUnselectedData: IconButtonData( |
|
|
|
|
// style: IconButton.styleFrom( |
|
|
|
|
// foregroundColor: Colors.red, |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
// buttonOptions: QuillSimpleToolbarButtonOptions( |
|
|
|
|
// base: QuillToolbarBaseButtonOptions( |
|
|
|
|
// afterButtonPressed: focusNode.requestFocus, |
|
|
|
|
// // iconSize: 20, |
|
|
|
|
// iconTheme: QuillIconTheme( |
|
|
|
|
// iconButtonSelectedData: IconButtonData( |
|
|
|
|
// style: IconButton.styleFrom( |
|
|
|
|
// foregroundColor: Colors.blue, |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// iconButtonUnselectedData: IconButtonData( |
|
|
|
|
// style: IconButton.styleFrom( |
|
|
|
|
// foregroundColor: Colors.red, |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
// ), |
|
|
|
|
customButtons: [ |
|
|
|
|
QuillToolbarCustomButtonOptions( |
|
|
|
|
icon: const Icon(Icons.add_alarm_rounded), |
|
|
|
|