refactor : inspection
This commit is contained in:
@@ -84,6 +84,7 @@ class ChickenBasePage extends GetView<BaseLogic> {
|
||||
widgets: widgets,
|
||||
child: child,
|
||||
scrollable: scrollable,
|
||||
onSearchChanged: onSearchChanged,
|
||||
floatingActionButtonLocation: floatingActionButtonLocation,
|
||||
floatingActionButton: floatingActionButton,
|
||||
backGroundWidget: backGroundWidget ?? chickenBackground(),
|
||||
@@ -100,8 +101,8 @@ class ChickenBasePage extends GetView<BaseLogic> {
|
||||
onBackTap: onBackTap,
|
||||
hasNotification: hasNotification,
|
||||
onNotificationTap: onNotificationTap,
|
||||
onFilterTap: hasFilter ? _onFilterTap : null,
|
||||
//onSearchTap: widget.hasSearch ? controller.toggleSearch : null,
|
||||
onFilterTap: onFilterTap ?? _onFilterTap,
|
||||
onSearchTap: hasSearch ? controller.toggleSearch : null,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user