keyed_indexed_stack library

Classes

LazyIndexedStack<T>
A lazy-loading replacement for IndexedStack.
LazyIndexedStackController<T>
Controller for imperative control over a LazyIndexedStack.

Typedefs

OnChildCallback<T> = void Function(T key)
OnSwitchCallback<T> = void Function(T from, T to)