menu
michat_sdk package
documentation
error_view.dart
ErrorView
ErrorView.new const constructor
ErrorView.new const constructor
dark_mode
light_mode
ErrorView
constructor
const
ErrorView
(
{
Key
?
key
,
required
String
errorDetails
,
})
Implementation
const ErrorView({ super.key, required this.errorDetails, });
michat_sdk package
documentation
error_view
ErrorView
ErrorView.new const constructor
ErrorView class