feat: login page

This commit is contained in:
efrilm
2025-08-12 17:13:02 +07:00
parent afc8476701
commit 318d22d7c9
18 changed files with 606 additions and 22 deletions
+1
View File
@@ -2,6 +2,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;
}