TokenIcon constructor

TokenIcon(
  1. String id,
  2. Map<String, Widget> tokenIcons, {
  3. bool small = false,
  4. String? symbol,
})

Implementation

TokenIcon(this.id, this.tokenIcons, {this.small = false, this.symbol});