enaklo-flutter/lib/common/theme/app_value.dart
2026-01-16 14:41:09 +07:00

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