pull/171/head
haroon amjad 2 months ago
parent 05e87bbb2e
commit 940ce5ff14

@ -50,7 +50,7 @@ class _FamilyMedicalScreenState extends State<FamilyMedicalScreen> {
AppState appState = getIt.get<AppState>(); AppState appState = getIt.get<AppState>();
return CollapsingListView( return CollapsingListView(
title: LocaleKeys.medicalFiles.tr(context: context), title: LocaleKeys.familyTitle.tr(context: context),
bottomChild: appState.getAuthenticatedUser()!.isParentUser! bottomChild: appState.getAuthenticatedUser()!.isParentUser!
? Container( ? Container(
decoration: RoundedRectangleBorder().toSmoothCornerDecoration( decoration: RoundedRectangleBorder().toSmoothCornerDecoration(

@ -165,7 +165,7 @@ class DialogServiceImp implements DialogService {
SizedBox(height: isShowManageButton ? 15.h : 24.h), SizedBox(height: isShowManageButton ? 15.h : 24.h),
if (isShowManageButton) if (isShowManageButton)
CustomButton( CustomButton(
text: "ManageFamilyFiles", text: LocaleKeys.manageFiles.tr(context: context),
backgroundColor: AppColors.secondaryLightRedColor, backgroundColor: AppColors.secondaryLightRedColor,
borderColor: AppColors.secondaryLightRedColor, borderColor: AppColors.secondaryLightRedColor,
textColor: AppColors.primaryRedBorderColor, textColor: AppColors.primaryRedBorderColor,

Loading…
Cancel
Save