refactor : steward pages
This commit is contained in:
@@ -17,7 +17,9 @@ class SegmentationPage extends GetView<SegmentationLogic> {
|
||||
return ChickenBasePage(
|
||||
routes: controller.routesName,
|
||||
onSearchChanged: (data) => controller.setSearchValue(data),
|
||||
filteringWidget: filterBottomSheet(),
|
||||
onFilterTap: () {
|
||||
Get.bottomSheet(filterBottomSheet());
|
||||
},
|
||||
hasBack: false,
|
||||
widgets: [
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user