docs: add const keyword for QuillSimpleToolbarConfigurations in README

pull/2117/head
Ellet 8 months ago committed by GitHub
parent cdcbd65530
commit c7eca10955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

@ -136,7 +136,7 @@ and attach the `QuillController` to them:
```dart
QuillSimpleToolbar(
controller: _controller,
configurations: QuillSimpleToolbarConfigurations(),
configurations: const QuillSimpleToolbarConfigurations(),
),
Expanded(
child: QuillEditor.basic(

Loading…
Cancel
Save