feat: Adjust padding in SearchAppBar for improved layout
This commit is contained in:
@@ -61,7 +61,7 @@ class _SearchAppBarState extends State<SearchAppBar> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
padding: const EdgeInsets.only(left: 16, right: 16, top: 7, bottom: 7),
|
padding: const EdgeInsets.only(left: 8, right: 20, top: 7, bottom: 7),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
IconButton(
|
IconButton(
|
||||||
@@ -160,7 +160,7 @@ class _SearchAppBarState extends State<SearchAppBar> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (widget.trailingWidget != null) ...[
|
if (widget.trailingWidget != null) ...[
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 16),
|
||||||
Center(child: widget.trailingWidget!),
|
Center(child: widget.trailingWidget!),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user