TokenIcon constructor
const
TokenIcon({
- Key? key,
- required TokenSymbol symbol,
- double? size,
Implementation
const TokenIcon({super.key, required this.symbol, this.size});