8 lines
154 B
Dart
Raw Normal View History

2025-08-12 15:18:38 +07:00
part of 'theme.dart';
class AppValue {
2025-08-12 20:44:27 +07:00
static const double padding = 20.0;
static const double margin = 20.0;
static const double radius = 16.0;
2025-08-12 15:18:38 +07:00
}