menu
web3wallet_ui package
documentation
components/tokenIcon.dart
TokenIcon
TokenIcon.new constructor
TokenIcon.new constructor
dark_mode
light_mode
TokenIcon
constructor
TokenIcon
(
String
id
,
Map
<
String
,
Widget
>
tokenIcons
, {
bool
small
=
false
,
String
?
symbol
,
})
Implementation
TokenIcon(this.id, this.tokenIcons, {this.small = false, this.symbol});
web3wallet_ui package
documentation
components/tokenIcon
TokenIcon
TokenIcon.new constructor
TokenIcon class