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