menu
nsg_controls package
documentation
widgets/nsg_errorpage.dart
NsgErrorPage
NsgErrorPage.new const constructor
NsgErrorPage.new const constructor
dark_mode
light_mode
NsgErrorPage
constructor
const
NsgErrorPage
(
{
Key
?
key
,
String
?
text
=
''
,
})
Implementation
const NsgErrorPage({Key? key, this.text = ''}) : super(key: key);
nsg_controls package
documentation
widgets/nsg_errorpage
NsgErrorPage
NsgErrorPage.new const constructor
NsgErrorPage class