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