opt: video page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-22 10:50:00 +08:00
parent a01d54cd80
commit 0b311d37c8
6 changed files with 612 additions and 529 deletions

View File

@@ -15,7 +15,7 @@ class ComBtn extends StatelessWidget {
return SizedBox(
width: 34,
height: 34,
child: InkWell(
child: GestureDetector(
onTap: fuc,
child: icon!,
),