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

@@ -26,6 +26,7 @@ class _SearchWidgetState extends State<SearchWidget> {
Widget build(BuildContext context) {
return ObxValue((data) {
return AnimatedContainer(
margin: EdgeInsets.symmetric(vertical: 4),
duration: const Duration(milliseconds: 300),
padding: const EdgeInsets.only(top: 5),
curve: Curves.easeInOut,