keyed_collection_widgets library

Classes

DefaultKeyedTabController<K>
The KeyedTabController for descendant widgets that don't specify one explicitly.
KeyedBottomNavigationBar<T>
An equivalent to BottomNavigationBar that uses keys instead of indexes.
KeyedStack<T>
An equivalent to IndexedStack that uses keys instead of indexes.
KeyedTabBar<K extends Object>
A replacement to TabBar that uses a map of children instead of a list.
KeyedTabBarView<K>
A replacement to TabBarView that uses a map of children instead of a list.
KeyedTabController<K>
A drop-in replacement to TabController that can also use keys instead of indexes.
UnanimatedKeyedTabController<T>
This controller has no animation so it can be used in business logic code.

Typedefs

KeyedStaticTabController<T> = UnanimatedKeyedTabController<T>
This controller has no animation so it can be used in business logic code.