menu
lib package
documentation
widgets/panel.dart
SafeContaineredBox
SafeContaineredBox const constructor
SafeContaineredBox const constructor
dark_mode
light_mode
SafeContaineredBox
constructor
const
SafeContaineredBox
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const SafeContaineredBox({super.key, required this.child});
lib package
documentation
widgets/panel
SafeContaineredBox
SafeContaineredBox const constructor
SafeContaineredBox class