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