PluginTokenIcon constructor

const PluginTokenIcon(
  1. String id,
  2. Map<String, Widget> tokenIcons, {
  3. Key? key,
  4. double size = 19,
  5. String? symbol,
  6. bool isHighlighted = true,
  7. bool isFold = false,
  8. Color bgColor = const Color(0xFFFF7849),
})

Implementation

const PluginTokenIcon(
  this.id,
  this.tokenIcons, {
  Key? key,
  this.size = 19,
  this.symbol,
  this.isHighlighted = true,
  this.isFold = false,
  this.bgColor = const Color(0xFFFF7849),
}) : super(key: key);