From c6532e219126d611ea0eb8e5dc61272db6a81012 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Mon, 9 May 2022 19:58:28 -0700 Subject: [PATCH] Update quill_custom_icon.dart --- lib/src/models/themes/quill_custom_icon.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/models/themes/quill_custom_icon.dart b/lib/src/models/themes/quill_custom_icon.dart index e25b3f10..62b31ffc 100644 --- a/lib/src/models/themes/quill_custom_icon.dart +++ b/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;