rootInformationBuilder property

NodeBuilder? rootInformationBuilder
final

A builder to add a widget as a suffix for root nodes.

This can be used to display useful information such as the number of children nodes, or to indicate if the node is class or an array for example.

Implementation

final NodeBuilder? rootInformationBuilder;