menu
wallet_kit package
documentation
widgets/wallet_list.dart
AccountCell
AccountCell.new const constructor
AccountCell.new const constructor
dark_mode
light_mode
AccountCell
constructor
const
AccountCell
(
{
Key
?
key
,
required
Account
account
,
})
Implementation
const AccountCell({ super.key, required this.account, });
wallet_kit package
documentation
widgets/wallet_list
AccountCell
AccountCell.new const constructor
AccountCell class