mika_treeview library

Classes

Node
Data structure of a node in the tree.
NodeWidget
A widget that represents the visual appearance of a node in the tree.
Tree
Data structure of an n-ary tree.
TreeController
A controller for tree state.
TreeSearchForm
A form widget that provides for a recursive case-insensitive search through the tree for any occurrence of the provided text string.
TreeView
A tree view widget that extends https://pub.dev/packages/flutter_simple_treeview to provide several useful features.

Enums

SelectMode
Supported node selection behaviors.

Typedefs

TrailingBuilder<N> = Widget Function(N node)