menu
iconoir_flutter package
documentation
regular/cash.dart
Cash
Cash const constructor
Cash const constructor
dark_mode
light_mode
Cash
constructor
const
Cash
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Cash({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/cash
Cash
Cash const constructor
Cash class