mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-19 23:55:26 +02:00
7 lines
202 B
Dart
7 lines
202 B
Dart
const SPACE_MULTIPLIER = 2.0;
|
|
|
|
const SMALL_SPACE = SPACE_MULTIPLIER * 5;
|
|
const MEDIUM_SPACE = SPACE_MULTIPLIER * 10;
|
|
const LARGE_SPACE = SPACE_MULTIPLIER * 20;
|
|
const HUGE_SPACE = SPACE_MULTIPLIER * 40;
|