2025-08-12 20:44:27 +07:00

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;
}