animated_sidebar library

Classes

AnimatedSidebar
AnimatedSidebar is a stateful widget that displays a sidebar that can Collapse and Expand.
SidebarChildItem
A SidebarChildItem is a Object that contains the information of a sidebar item. It contains the text and the icon of the item and should only be used as a child of a SidebarItem. It is used in the AnimatedSidebar widget. (See AnimatedSidebar.items)
SidebarItem
A SidebarItem is a Object that contains the information of a sidebar item. It contains the text and the icon of the item. Possible to add child items to the item and make it expanding. It is used in the AnimatedSidebar widget. (See AnimatedSidebar.items)