fix : margin and padding

This commit is contained in:
2025-07-07 08:36:26 +03:30
parent 1c732efc2f
commit 21d3490d0c
4 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,6 @@ class _BasePageState extends State<BasePage> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
widget.routesWidget != null ? widget.routesWidget! : buildPageRoute(widget.routes!),
const SizedBox(height: 8),
if (!widget.isBase && widget.hasSearch) ...{
SearchWidget(onSearchChanged: widget.onSearchChanged),
},