content property

Widget? content
final

The content to be displayed.

Takes priority over the description (i.e. if both content and description are provided, the content is shown).

Implementation

final Widget? content;