|
|
|
|
@ -40,11 +40,13 @@ class _SubCategoriseModalsheetState extends State<SubCategoriseModalsheet> {
|
|
|
|
|
builder: (_, model, wi) => AppScaffold(
|
|
|
|
|
// appBarTitle: titleName,
|
|
|
|
|
appBarTitle: TranslationBase.of(context).categorise,
|
|
|
|
|
isBottomBar: false,
|
|
|
|
|
isBottomBar: true,
|
|
|
|
|
isShowAppBar: true,
|
|
|
|
|
isPharmacy: true,
|
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
|
isShowDecPage: false,
|
|
|
|
|
showPharmacyCart: false,
|
|
|
|
|
showHomeAppBarIcon: false,
|
|
|
|
|
baseViewModel: model,
|
|
|
|
|
body: Container(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
@ -77,7 +79,11 @@ class _SubCategoriseModalsheetState extends State<SubCategoriseModalsheet> {
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: SubCategorisePage(
|
|
|
|
|
title: model.categoriseParent[index].name,
|
|
|
|
|
title: projectViewModel
|
|
|
|
|
.isArabic
|
|
|
|
|
? model.categoriseParent[index].namen
|
|
|
|
|
: model.categoriseParent[index].name,
|
|
|
|
|
// title: model.categoriseParent[index].name,
|
|
|
|
|
id: model.categoriseParent[index].id,
|
|
|
|
|
parentId: id,
|
|
|
|
|
)),
|
|
|
|
|
|