menu
nativebase_flutter package
documentation
components/primitives/box/box.dart
Box
child property
child property
dark_mode
light_mode
child
property
Widget
?
child
final
Sets child to the box
Box( child:Heading(text:"Hello World!") )
Implementation
final Widget? child;
nativebase_flutter package
documentation
components/primitives/box/box
Box
child property
Box class