body property

List<Widget>? body
final

Optional List of Widgets that take precedence over msg and will be displayed instead.

Implementation

final List<Widget>? body;