display.dart 87 B

1234
  1. class Display {
  2. static double borderMargin = 10;
  3. static double spacerUnit = 2.5;
  4. }