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