|
|
@ -16,15 +16,17 @@ void main() { |
|
|
|
|
|
|
|
|
|
|
|
await tester.pumpWidget( |
|
|
|
await tester.pumpWidget( |
|
|
|
MaterialApp( |
|
|
|
MaterialApp( |
|
|
|
home: QuillSimpleToolbar( |
|
|
|
home: Scaffold( |
|
|
|
configurations: QuillSimpleToolbarConfigurations( |
|
|
|
body: QuillSimpleToolbar( |
|
|
|
controller: controller, |
|
|
|
configurations: QuillSimpleToolbarConfigurations( |
|
|
|
showRedo: false, |
|
|
|
controller: controller, |
|
|
|
customButtons: const [ |
|
|
|
showRedo: false, |
|
|
|
QuillToolbarCustomButtonOptions( |
|
|
|
customButtons: const [ |
|
|
|
tooltip: tooltip, |
|
|
|
QuillToolbarCustomButtonOptions( |
|
|
|
) |
|
|
|
tooltip: tooltip, |
|
|
|
], |
|
|
|
) |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|