TokenIcon constructor

const TokenIcon(
  1. String id,
  2. Map<String, Widget> tokenIcons, {
  3. Key? key,
  4. double size = 32,
  5. String? symbol,
})

Implementation

const TokenIcon(this.id, this.tokenIcons,
    {Key? key, this.size = 32, this.symbol})
    : super(key: key);