Shared space
This commit is contained in:
@@ -68,7 +68,7 @@ class HeaderWidgetState extends State<HeaderWidget> {
|
||||
if (AppRouter.currentRoute.factory.searchFill()) {
|
||||
return DefaultWidget();
|
||||
}
|
||||
HeaderConstants.height = HeaderConstants.isNoHeader(AppRouter.currentRoute.route) || AppRouter.currentRoute.factory.searchFill() ? 50 : 100;
|
||||
HeaderConstants.height = HeaderConstants.isNoHeader(AppRouter.currentRoute.route) || !AppRouter.currentRoute.factory.searchFill() ? 50 : 100;
|
||||
return Column( children: [
|
||||
AppRouter.currentRoute.factory.searchFill() ? Container() : Container(
|
||||
height: 50, width: getMainWidth(context),
|
||||
|
||||
Reference in New Issue
Block a user