menu
iconoir_flutter package
documentation
coin.dart
Coin
Coin.new const constructor
Coin.new const constructor
dark_mode
light_mode
Coin
constructor
const
Coin
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Coin({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
coin
Coin
Coin.new const constructor
Coin class