Update default icon size

pull/1583/head
Ellet 1 year ago
parent 4b9bdf9a7a
commit 21c1a687e2
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      lib/src/models/config/toolbar/simple_toolbar_configurations.dart
  2. 2
      version.dart

@ -43,7 +43,7 @@ export 'buttons/toggle_check_list_configurations.dart';
export 'buttons/toggle_style_configurations.dart'; export 'buttons/toggle_style_configurations.dart';
/// The default size of the icon of a button. /// The default size of the icon of a button.
const double kDefaultIconSize = 18; const double kDefaultIconSize = 15;
/// The default size for the toolbar (width, height) /// The default size for the toolbar (width, height)
const double defaultToolbarSize = kDefaultIconSize * 2; const double defaultToolbarSize = kDefaultIconSize * 2;

@ -1 +1 @@
const version = '9.0.0'; const version = '9.0.1-dev';

Loading…
Cancel
Save