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