content property

Widget content
final

The expander content

You can use complex, interactive UI as the content of the Expander, including nested Expander controls in the content of a parent Expander as shown here.

Expander Nested Content

Implementation

final Widget content;