opt player

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-10 14:10:34 +08:00
parent dbde90459b
commit 8fbc8fda3d
4 changed files with 64 additions and 63 deletions

View File

@@ -18,7 +18,7 @@ class BottomControl extends StatelessWidget {
});
final PlPlayerController controller;
final Widget Function(double maxWidth) buildBottomControl;
final Widget Function() buildBottomControl;
final double maxWidth;
@override
@@ -157,7 +157,7 @@ class BottomControl extends StatelessWidget {
);
},
),
buildBottomControl(maxWidth),
buildBottomControl(),
const SizedBox(height: 12),
],
),