TreeViewRowBuilder<T> typedef

TreeViewRowBuilder<T> = TreeRow Function(TreeViewNode<T> 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<T> = TreeRow Function(TreeViewNode<T> node);