step 12 : proses absen masuk selfie, absen pulang selfie

This commit is contained in:
sindhu
2024-01-26 16:47:32 +07:00
parent c551ee2cdb
commit a0d383ea6c
17 changed files with 1340 additions and 12 deletions

View File

@@ -24,6 +24,9 @@ class Constant {
static Color textDarkGrey = const Color(0xff637381);
static Color bgAddressPresensi = const Color.fromRGBO(241, 90, 41, 0.08);
static Color textWhite = Color(0xffFDFDFD);
static Color textRed = Color(0xffFF4842);
// background upload file
static Color bgUploadFile = Color.fromRGBO(207, 207, 207, 0.20);
// size convertion
static double getActualXPhone({
@@ -91,6 +94,14 @@ class Constant {
);
}
static TextStyle titleH2_400({required BuildContext context}) {
return TextStyle(
fontFamily: 'Public Sans',
fontSize: Constant.getActualYPhone(context: context, y: 12),
fontWeight: FontWeight.w400,
);
}
static TextStyle titlePresensiH2_700({required BuildContext context}) {
return TextStyle(
fontFamily: 'Quicksand',