Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -247,11 +247,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
maintainAnimation: true,
maintainState: true,
child: GestureDetector(
onTap: _index == 0
? null
: () {
_onScroll(0);
},
onTap: _index == 0 ? null : () => _onScroll(0),
child: Padding(
padding: const EdgeInsets.only(left: 12),
child: Image.asset(
@@ -337,11 +333,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
maintainAnimation: true,
maintainState: true,
child: GestureDetector(
onTap: _index == 1
? null
: () {
_onScroll(1);
},
onTap: _index == 1 ? null : () => _onScroll(1),
child: Padding(
padding: const EdgeInsets.only(right: 12),
child: Image.asset(