content property

List<Widget>? content
final

A list of widgets to display to the right of leading.

This list will be added to the children of a Row widget.

If left null, a Text widget with TreeNode.label will be used instead.

Implementation

final List<Widget>? content;