ConvexBottomAppBarItem constructor

ConvexBottomAppBarItem({
  1. Widget? icon,
  2. Widget? unselectedIcon,
  3. String? title,
  4. TextStyle? textStyle,
  5. Color? selectedColor,
  6. Color? unSelectedColor,
  7. Color? selectedTitleColor,
  8. Color? unSelectedTitleColor,
  9. bool? isEnable,
  10. double? size,
})

Implementation

ConvexBottomAppBarItem({
  this.icon,
  this.unselectedIcon,
  this.title,
  this.textStyle,
  this.selectedColor,
  this.unSelectedColor,
  this.selectedTitleColor,
  this.unSelectedTitleColor,
  this.isEnable,
  this.size,
});