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