ConvexBottomAppBarItem constructor

ConvexBottomAppBarItem(
  1. IconData icon, {
  2. String? title,
  3. TextStyle? titleTextStyle,
  4. dynamic overrideOnClick(
    1. int
    )?,
  5. Color? selectedColor,
  6. Color? unSelectedColor,
})

Implementation

ConvexBottomAppBarItem(this.icon,
    {this.title,
    this.titleTextStyle,
    this.overrideOnClick,
    this.selectedColor,
    this.unSelectedColor});