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