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