child property

Widget? child
final

The widget below this widget in the tree.

Typically a single-line ArnaListTile (for menus with icons) or a Text. The text should be short enough that it won't wrap.

Implementation

final Widget? child;