ExpandableTreeMixin<T extends AbsNodeType> mixin
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rotationController ↔ AnimationController
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tree
↔ TreeType<
T> -
getter/setter pair
Methods
-
buildChildrenNodes(
) → Widget -
buildNode(
) → Widget -
buildView(
) → Widget -
disposeRotationController(
) → void -
generateChildrenNodesWidget(
List< TreeType< children) → List<T> >Widget> - Return a list of StatefulWidget (which represents your tree view). Example:
-
initRotationController(
) → void -
Init rotationController at
initState
, example: -
initTree(
) → void -
Init tree at
initState
, example: -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toggleExpansion(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateStateToggleExpansion(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited