children property

List<Widget>? children
final

Widgets to add to the dialog box after the name, version, and legalese.

This could include a link to a Web site, some descriptive text, credits, or other information to show in the about box.

Defaults to nothing.

Implementation

final List<Widget>? children;