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