children property

List<Widget>? children
final

The (optional) content of the dialog is displayed in a SingleChildScrollView underneath the title.

Typically a list of SimpleDialogOptions.

Implementation

final List<Widget>? children;