menu
iconoir_flutter package
documentation
error_window.dart
ErrorWindow
ErrorWindow.new const constructor
ErrorWindow.new const constructor
dark_mode
light_mode
ErrorWindow
constructor
const
ErrorWindow
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ErrorWindow({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
error_window
ErrorWindow
ErrorWindow.new const constructor
ErrorWindow class