Update quill_custom_icon.dart

pull/804/head
mark8044 3 years ago committed by GitHub
parent 161aabe2a1
commit c6532e2191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/models/themes/quill_custom_icon.dart

@ -6,7 +6,7 @@ class QuillCustomIcon {
this.onTap});
///The icon widget
final Widget? icon;
final IconData? icon;
///The function when the icon is tapped
final VoidCallback? onTap;

Loading…
Cancel
Save