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