WalletSelectionDialog constructor
const
WalletSelectionDialog({
- Key? key,
- required dynamic onWalletSelected(),
- required SolanaWalletPlugin walletPlugin,
Creates a wallet selection dialog.
Implementation
const WalletSelectionDialog({
super.key,
required this.onWalletSelected,
required this.walletPlugin,
});