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