AnimatedListStateController<Data> class

Constructors

AnimatedListStateController({required ListState<ITreeNode<Data>> listState, required bool showRootNode, required ITreeNode<Data> tree})

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
list List<ITreeNode<Data>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showRootNode bool
final

Methods

containsKey(String key) bool
indexOf(INode item) int
insert(int index, ITreeNode<Data> item) → void
insertAll(int index, List<ITreeNode<Data>> items) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(ITreeNode<Data> item) → void
removeAll(List<ITreeNode<Data>> items) Future<void>
removeAt(int index) ITreeNode<Data>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited