[Homepage] 3. add row transaksi
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user