content property

Widget? content
final

The (optional) content of the dialog is displayed in the center of the dialog in a lighter font.

Typically a Text widget.

Implementation

final Widget? content;