Skip to content

Commit

Permalink
Remove IntrinsicHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Apr 2, 2024
1 parent 2750cbc commit 126a213
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,9 +687,7 @@ Widget _buildScaffold({
child: MaterialApp(
home: Scaffold(
body: Center(
child: IntrinsicHeight(
child: child,
),
child: child,
),
),
debugShowCheckedModeBanner: false,
Expand Down

0 comments on commit 126a213

Please sign in to comment.