feat: new pay coin page

This commit is contained in:
bggRGjQaUbCoE
2024-10-03 16:36:38 +08:00
parent c19ff4ce42
commit fbf08075c9
19 changed files with 437 additions and 90 deletions

View File

@@ -7,6 +7,7 @@ class SelfSizedHorizontalList extends StatefulWidget {
final int itemCount;
final double gapSize;
final EdgeInsetsGeometry? padding;
const SelfSizedHorizontalList({
super.key,
required this.childBuilder,