menu
burakbasci_widgets package
documentation
widgets/content/content_box.dart
ContentBox
ContentBox.new const constructor
ContentBox.new const constructor
dark_mode
light_mode
ContentBox
constructor
const
ContentBox
(
{
required
Widget
child
,
Key
?
key
,
bool
isMaxWidth
=
false
,
})
Implementation
const ContentBox({ required this.child, super.key, this.isMaxWidth = false, });
burakbasci_widgets package
documentation
widgets/content/content_box
ContentBox
ContentBox.new const constructor
ContentBox class