8 lines
154 B
Dart
8 lines
154 B
Dart
part of 'theme.dart';
|
|
|
|
class AppValue {
|
|
static const double padding = 20.0;
|
|
static const double margin = 20.0;
|
|
static const double radius = 16.0;
|
|
}
|