feat: home page

This commit is contained in:
efrilm
2025-08-12 20:44:27 +07:00
parent ae1293d28d
commit f0dac56802
15 changed files with 1447 additions and 8 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
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;
static const double padding = 20.0;
static const double margin = 20.0;
static const double radius = 16.0;
}