opt player bottom bar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-21 18:40:43 +08:00
parent 9092db86ca
commit d8950adb64
4 changed files with 145 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ class RenderCustomHeightWidget extends RenderProxyBox {
@override
void performLayout() {
child!.layout(constraints, parentUsesSize: true);
child!.layout(constraints);
size = constraints.constrainDimensions(constraints.maxWidth, height);
}