menu
scobro_foundation_flutter package
documentation
widgets/error_panel.dart
ErrorPanel
ErrorPanel.new const constructor
ErrorPanel.new const constructor
dark_mode
light_mode
ErrorPanel
constructor
const
ErrorPanel
(
{
Key
?
key
,
required
Widget
child
,
required
ViewState
state
,
required
ViewModel
viewModel
,
})
Implementation
const ErrorPanel( {super.key, required this.child, required this.state, required this.viewModel});
scobro_foundation_flutter package
documentation
widgets/error_panel
ErrorPanel
ErrorPanel.new const constructor
ErrorPanel class