From ed16a73495052bd2002f6633557eeb5279bbeec5 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Mon, 14 Sep 2026 17:36:38 +0000 Subject: [PATCH] adding flf related field --- lib/theme/app_style.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/theme/app_style.dart b/lib/theme/app_style.dart index bf02d84..9ffba58 100644 --- a/lib/theme/app_style.dart +++ b/lib/theme/app_style.dart @@ -975,6 +975,7 @@ class AppStyle { fontFamily: 'Gilroy', fontWeight: FontWeight.w500, ); + static TextStyle fieldlabel = txtGilroyMedium16; // added for builder text fields FLF id:1166 - by Azmat static TextStyle txtGilroyMedium18Bluegray600 = TextStyle( color: ColorConstant.blueGray600,