child property

Widget child
final

The widget displayed inside the expanded menu area.

You have full control over the content — use any layout you want (e.g. GridView, Wrap, Column, custom widgets).

Implementation

final Widget child;