Update toolbar.dart

pull/461/head
mark8044 4 years ago committed by GitHub
parent bd559b3190
commit 63ebe77b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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. // The factor of how much larger the button is in relation to the icon.
const double kIconButtonFactor = 1.77; const double kIconButtonFactor = 1.77;
class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
const QuillToolbar({ const QuillToolbar({
required this.children, required this.children,

Loading…
Cancel
Save