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