Change `textStyle` to `style`

pull/1621/head
Aleksei 1 year ago
parent 9c79046dc9
commit fa1f540b68
  1. 2
      example/lib/presentation/quill/my_quill_toolbar.dart

@ -209,7 +209,7 @@ class MyQuillToolbar extends StatelessWidget {
),
selectHeaderStyleDropdownButton:
const QuillToolbarSelectHeaderStyleDropdownButtonOptions(
textStyle: TextStyle(
style: TextStyle(
fontSize: 20,
),
iconTheme: QuillIconTheme(

Loading…
Cancel
Save