SSBottomNavItem constructor

SSBottomNavItem({
  1. required String text,
  2. TextStyle? textStyle,
  3. required IconData iconData,
  4. double iconSize = 16,
  5. bool isIconOnly = false,
})

Implementation

SSBottomNavItem({required this.text, this.textStyle, required this.iconData, this.iconSize = 16, this.isIconOnly = false});