aboutBoxChildren property

List<Widget>? aboutBoxChildren
final

Widgets to add to the AboutDialog 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>? aboutBoxChildren;