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,