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