removed unnecessary Intrinsicheight

This commit is contained in:
Nikhil
2025-04-07 18:04:13 +05:30
parent 289d7a7b8c
commit 7404834b5a

View File

@@ -67,7 +67,6 @@ class _CodeGenPreviewerState extends State<CodeGenPreviewer> {
controller: controllerH, controller: controllerH,
child: SingleChildScrollView( child: SingleChildScrollView(
controller: controllerV, controller: controllerV,
child: IntrinsicHeight(
child: ConstrainedBox( child: ConstrainedBox(
constraints: BoxConstraints( constraints: BoxConstraints(
minHeight: constraints.maxHeight, minHeight: constraints.maxHeight,
@@ -88,7 +87,6 @@ class _CodeGenPreviewerState extends State<CodeGenPreviewer> {
), ),
), ),
), ),
),
); );
}, },
), ),