`unknownEmbedBuilder` constructor parameter

pull/1073/head
Alex Isaienko 2 years ago committed by GitHub
parent 2c14528daa
commit 812656a441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/src/widgets/editor.dart

@ -173,6 +173,7 @@ class QuillEditor extends StatefulWidget {
this.onSingleLongTapMoveUpdate,
this.onSingleLongTapEnd,
this.embedBuilders,
this.unknownEmbedBuilder,
this.linkActionPickerDelegate = defaultLinkActionPickerDelegate,
this.customStyleBuilder,
this.locale,

Loading…
Cancel
Save