|
|
|
@ -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,
|
|
|
|
|