menu
jrpn
view.main_screen
ErrorDialog
ErrorDialog const constructor
ErrorDialog
brightness_4
ErrorDialog
constructor
Null safety
const
ErrorDialog
(
String
message
,
Object
?
exception
,
{
Key
?
key
}
)
Implementation
const ErrorDialog(this.message, this.exception, {Key? key}) : super(key: key);
jrpn
view.main_screen
ErrorDialog
ErrorDialog const constructor
ErrorDialog class
Constructors
ErrorDialog
Properties
exception
hashCode
key
message
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==