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