mirror of
https://github.com/foss42/apidash.git
synced 2025-12-06 04:56:16 +08:00
removed unnecessary Intrinsicheight
This commit is contained in:
@@ -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> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user