|
|
|
@ -140,10 +140,9 @@ class _ProfilePageState extends State<ProfilePage> {
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
"Work Order Status".addTranslation,
|
|
|
|
(_user.username ?? ""),
|
|
|
|
style: AppTextStyles.heading3.copyWith(color: AppColor.headingTextColor(context)),
|
|
|
|
style: AppTextStyles.heading3.copyWith(fontWeight: FontWeight.w600, color: AppColor.headingTextColor(context)),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
(_user.username ?? "").heading3(context).custom(fontWeight: FontWeight.w600, color: context.isDark ? AppColor.neutral10 : AppColor.neutral50),
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|