menu
inspireui package
documentation
widgets/error_page.dart
ErrorPage
ErrorPage const constructor
ErrorPage const constructor
dark_mode
light_mode
ErrorPage
constructor
const
ErrorPage
(
{
String
title
=
'Error'
,
required
String
message
,
Key
?
key
,
})
Implementation
const ErrorPage({ this.title = 'Error', required this.message, super.key, });
inspireui package
documentation
widgets/error_page
ErrorPage
ErrorPage const constructor
ErrorPage class