|
|
|
@ -14,6 +14,7 @@ import 'package:diplomaticquarterapp/uitl/utils.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/buttons/button.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/buttons/button.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/data_display/text.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/data_display/text.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/app_scaffold_pharmacy_widget.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/app_scaffold_pharmacy_widget.dart';
|
|
|
|
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/app_scaffold_widget.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/entity_checkbox_list.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/entity_checkbox_list.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/network_base_view.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/others/network_base_view.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/transitions/fade_page.dart';
|
|
|
|
import 'package:diplomaticquarterapp/widgets/transitions/fade_page.dart';
|
|
|
|
@ -76,12 +77,15 @@ class _SubCategorisePageState extends State<SubCategorisePage> {
|
|
|
|
allowAny: true,
|
|
|
|
allowAny: true,
|
|
|
|
builder: (BuildContext context, PharmacyCategoriseViewModel model,
|
|
|
|
builder: (BuildContext context, PharmacyCategoriseViewModel model,
|
|
|
|
Widget child) =>
|
|
|
|
Widget child) =>
|
|
|
|
PharmacyAppScaffold(
|
|
|
|
AppScaffold(
|
|
|
|
|
|
|
|
isPharmacy: true,
|
|
|
|
appBarTitle: title,
|
|
|
|
appBarTitle: title,
|
|
|
|
isBottomBar: false,
|
|
|
|
isBottomBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
isShowDecPage: false,
|
|
|
|
isShowDecPage: false,
|
|
|
|
|
|
|
|
showPharmacyCart: false,
|
|
|
|
|
|
|
|
showHomeAppBarIcon: false,
|
|
|
|
baseViewModel: model,
|
|
|
|
baseViewModel: model,
|
|
|
|
body: SmartRefresher(
|
|
|
|
body: SmartRefresher(
|
|
|
|
controller: controller,
|
|
|
|
controller: controller,
|
|
|
|
|