Skip to content

Commit

Permalink
Merge branch 'develop' into release-please--branches--develop
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Jan 16, 2025
2 parents 23e4a2c + a49f82d commit 3886f04
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 3886f04

Please sign in to comment.