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