home_sizes.dart 313 B

1234567891011
  1. class HomeSizes {
  2. static double get menuTopBarHeight => 60;
  3. static double get menuAddButtonHeight => 60;
  4. static double get topBarHeight => 60;
  5. static double get editPannelTopBarHeight => 60;
  6. static double get editPannelWidth => 400;
  7. }
  8. class HomeInsets {
  9. static double get topBarTitlePadding => 12;
  10. }