Skip to content

Commit

Permalink
Top Bar takes all screen height
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jan 16, 2025
1 parent 6f7a900 commit 4d738ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smooth_app/lib/widgets/v2/smooth_topbar2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class _SmoothTopBar2State extends State<SmoothTopBar2> {
top: MediaQuery.viewPaddingOf(context).top,
),
child: Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
if (widget.topWidget != null)
SizedBox.fromSize(
Expand Down

0 comments on commit 4d738ad

Please sign in to comment.