WalletsList constructor
const
WalletsList({
- Key? key,
- required List<
GridItem< itemList,ReownAppKitModalWalletInfo> > - Widget? firstItem,
- List<
Widget> bottomItems = const [], - dynamic onTapWallet(
- ReownAppKitModalWalletInfo walletInfo
- bool isLoading = false,
Implementation
const WalletsList({
super.key,
required this.itemList,
this.firstItem,
this.bottomItems = const [],
this.onTapWallet,
this.isLoading = false,
});