8 lines
154 B
Dart
8 lines
154 B
Dart
part of 'theme.dart';
|
|
|
|
class AppValue {
|
|
static const double padding = 16;
|
|
static const double margin = 16;
|
|
static const double borderRadius = 12;
|
|
}
|