use ValueGetter

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-14 14:14:27 +08:00
parent bc5ce11449
commit 1cd949c365
8 changed files with 11 additions and 13 deletions

View File

@@ -649,7 +649,7 @@ abstract class PageUtils {
static void showVideoBottomSheet(
BuildContext context, {
required Widget child,
required bool Function() isFullScreen,
required ValueGetter<bool> isFullScreen,
double? padding,
}) {
if (!context.mounted) {