mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-12-17 19:50:39 +00:00
added basic dimensions
This commit is contained in:
parent
6c8c0322a1
commit
b2a2ffac42
1 changed files with 11 additions and 0 deletions
11
lib/res/dimens.dart
Normal file
11
lib/res/dimens.dart
Normal file
|
@ -0,0 +1,11 @@
|
|||
/// `valueM` represents the base value.
|
||||
/// All other values differs by 8dp.
|
||||
class Dimens {
|
||||
static const double borderRadiusM = 16;
|
||||
static const double borderRadiusL = 24;
|
||||
|
||||
static const double grid8 = 8;
|
||||
static const double grid16 = 16;
|
||||
|
||||
static const double paddingM = 16;
|
||||
}
|
Loading…
Reference in a new issue