[Homepage] 3. add row transaksi

This commit is contained in:
Stephen
2024-01-17 08:34:31 +07:00
parent 150046115d
commit dc41ad389c
3 changed files with 414 additions and 170 deletions

View File

@@ -535,6 +535,14 @@ class Constant {
);
}
//homepage
static TextStyle titleH6_700({required BuildContext context}) {
return TextStyle(
fontSize: Constant.getActualYPhone(context: context, y: 18),
fontWeight: FontWeight.w700,
);
}
// pendaftaran pasien
static TextStyle titleH5_600({required BuildContext context}) {
return TextStyle(