9 lines
192 B
Dart
9 lines
192 B
Dart
part of 'theme.dart';
|
|
|
|
class AppValue {
|
|
static const double padding = 16.0;
|
|
static const double margin = 16.0;
|
|
static const double radius = 8.0;
|
|
static const double elevation = 4.0;
|
|
}
|