AnimatedListStateController<Data> class
Constructors
-
AnimatedListStateController({required ListState<
ITreeNode< listState, required bool showRootNode, required ITreeNode<Data> >Data> tree})
Properties
Methods
-
containsKey(
String key) → bool -
indexOf(
INode item) → int -
insert(
int index, ITreeNode< Data> item) → void -
insertAll(
int index, List< ITreeNode< items) → voidData> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
ITreeNode< Data> item) → void -
removeAll(
List< ITreeNode< items) → Future<Data> >void> -
removeAt(
int index) → ITreeNode< Data> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited