CoinIcon constructor

const CoinIcon({
  1. Key? key,
  2. double size = 24.0,
})

Implementation

const CoinIcon({super.key, this.size = 24.0});