body property

Widget? body
final

widget for the body

typicaly a Text Widget

@Default Textstyle color: Colors.white, fontSize: 24.0

Implementation

final Widget? body;