TreeNodeData<T> class
Constructors
-
TreeNodeData(List<
TreeNodeDepth> depth, TreeNode<T> node, BranchLine indentGuide, bool expanded, bool expandIcon, void onFocusChanged(FocusChangeReason reason)?)
Properties
-
depth
→ List<
TreeNodeDepth> -
final
- expanded → bool
-
final
- expandIcon → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indentGuide → BranchLine
-
final
-
node
→ TreeNode<
T> -
final
- onFocusChanged → void Function(FocusChangeReason reason)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionPosition ↔ SelectionPosition?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited