Added QuillEditor Key (#113)

pull/114/head
Diego Garcia 4 years ago committed by GitHub
parent 19e86fa781
commit bdb8f1c22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lib/widgets/editor.dart

@ -189,7 +189,9 @@ class QuillEditor extends StatefulWidget {
this.scrollPhysics,
this.onLaunchUrl,
this.embedBuilder =
kIsWeb ? _defaultEmbedBuilderWeb : _defaultEmbedBuilder});
kIsWeb ? _defaultEmbedBuilderWeb : _defaultEmbedBuilder,
Key? key,
}) : super(key: key)
factory QuillEditor.basic(
{required QuillController controller, required bool readOnly}) {

Loading…
Cancel
Save