added missing consts & mounted check
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s

This commit is contained in:
2025-11-20 16:59:49 +01:00
parent bce4cdcb2d
commit 8ff3c01435
2 changed files with 4 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class CustomSearchBar extends StatelessWidget {
: Colors.grey.withValues(alpha: 0.2),
),
),
SizedBox(width: 5),
const SizedBox(width: 5),
]
: null,
backgroundColor: WidgetStateProperty.all(CustomTheme.boxColor),