TreeViewRowBuilder typedef

TreeViewRowBuilder = TreeRow Function(TreeViewNode<Object?> node)

Signature for a function that creates a TreeRow for a given TreeViewNode in a TreeView.

Used by the TreeViewDelegateMixin.buildRow to configure rows in the TreeView.

Implementation

typedef TreeViewRowBuilder = TreeRow Function(TreeViewNode<Object?> node);