From 63ebe77b98665779ef8fef89d00c5c99ee291248 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Sun, 14 Nov 2021 19:31:51 -0800 Subject: [PATCH] Update toolbar.dart --- lib/src/widgets/toolbar.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index 914de8ef..1f9fbc92 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -55,7 +55,6 @@ const double kDefaultIconSize = 18; // The factor of how much larger the button is in relation to the icon. const double kIconButtonFactor = 1.77; - class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { const QuillToolbar({ required this.children,