mod: handle show viewpoints btn

Closes #457

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-16 11:20:55 +08:00
parent c2e9a7deb3
commit 0b8e95477c
4 changed files with 26 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
size: 18,
color: Colors.white,
),
fuc: onRefresh,
onTap: onRefresh,
),
// // ComBtn(
// icon: const Icon(
@@ -192,7 +192,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
size: 20,
color: Colors.white,
),
fuc: () => plPlayerController.triggerFullScreen(
onTap: () => plPlayerController.triggerFullScreen(
status: !plPlayerController.isFullScreen.value),
),
],