children property
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;
The (optional) content of the dialog is displayed in a SingleChildScrollView underneath the title.
Typically a list of SimpleDialogOptions.
final List<Widget>? children;