mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-06 02:54:49 +08:00
@@ -387,8 +387,13 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
SizedBox(height: 100, child: _buildCoinWidget(0, 1)),
|
Center(
|
||||||
SizedBox(height: isV ? 25 : 10),
|
child: SizedBox(height: 100, child: _buildCoinWidget(0, 1)),
|
||||||
|
),
|
||||||
|
if (isV)
|
||||||
|
const SizedBox(height: 25)
|
||||||
|
else
|
||||||
|
const SizedBox(height: 10),
|
||||||
if (_hasCopyright)
|
if (_hasCopyright)
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
behavior: HitTestBehavior.opaque,
|
behavior: HitTestBehavior.opaque,
|
||||||
|
|||||||
Reference in New Issue
Block a user