animated_side_bar library
Classes
- SideBarAnimated
- ignore: must_be_immutable
- SideBarItem
- Sidebar model contains two icon data and string for the text main Icon can't be null but unselected icon can be null and in this case it will be the main Icon Sidebar model
Functions
-
sideBarItem(
{required IconData icon, required String text, required double width, required double widthSwitch, required bool minimize, required double height, required Color hoverColor, required Color unselectedIconColor, required Color splashColor, required Color highlightColor, required Color unSelectedTextColor, required dynamic onTap(), required TextStyle textStyle}) → Widget - Sidebar model Widget the we used it inside the ListView with inkwell to make each item clickable