WalletsGrid constructor
const
WalletsGrid({
- Key? key,
- required List<
GridItem< itemList,ReownAppKitModalWalletInfo> > - dynamic onTapWallet(
- ReownAppKitModalWalletInfo walletInfo
- bool showLoading = false,
- int loadingCount = 8,
- ScrollController? scrollController,
- double paddingTop = 0.0,
Implementation
const WalletsGrid({
super.key,
required this.itemList,
this.onTapWallet,
this.showLoading = false,
this.loadingCount = 8,
this.scrollController,
this.paddingTop = 0.0,
});