mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-18 15:25:27 +02:00
7 lines
202 B
Dart
7 lines
202 B
Dart
const SPACE_MULTIPLIER = 2.0;
|
|
|
|
const SMALL_SPACE = SPACE_MULTIPLIER * 1;
|
|
const MEDIUM_SPACE = SPACE_MULTIPLIER * 10;
|
|
const LARGE_SPACE = SPACE_MULTIPLIER * 20;
|
|
const HUGE_SPACE = SPACE_MULTIPLIER * 40;
|