feat: add new spacing constants and update imports in BillingPage

This commit is contained in:
Achintha Isuru
2026-01-29 13:59:28 -05:00
parent e2d223c714
commit a7da165fad
2 changed files with 9 additions and 9 deletions

View File

@@ -37,4 +37,7 @@ class UiConstants {
static const double space12 = 48.0;
static const double space14 = 56.0;
static const double space16 = 64.0;
static const double space20 = 80.0;
static const double space24 = 96.0;
static const double space32 = 128.0;
}