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