TreeSliverNodeCallback typedef

TreeSliverNodeCallback = void Function(TreeSliverNode<Object?> node)

Signature for a function that is called when a TreeSliverNode is toggled, changing its expanded state.

See also:

Implementation

typedef TreeSliverNodeCallback = void Function(TreeSliverNode<Object?> node);