child property

Widget child
final

The main content widget for this tree item.

Type: Widget. This widget represents the primary content of the tree item, typically text or a combination of text and icons.

Implementation

final Widget child;