feat: splash page

This commit is contained in:
efrilm
2025-08-12 16:12:36 +07:00
parent cb5250459e
commit afc8476701
6 changed files with 276 additions and 16 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
part of 'theme.dart';
class AppValue {
// TODO: define value
static const double padding = 16.0;
static const double radius = 8.0;
static const double elevation = 4.0;
}