ConvexItem constructor

ConvexItem(
  1. IconData icon, {
  2. int? index,
  3. String? title,
  4. TextStyle? titleTextStyle,
  5. bool? isEnable,
  6. dynamic overrideOnClick(
    1. int
    )?,
  7. AnimationController? yController,
  8. Color? selectedColor,
  9. Color? unselectedColor,
})

Implementation

ConvexItem(this.icon,
    {this.index,
      this.title,
      this.titleTextStyle,
      this.isEnable,
      this.overrideOnClick,
      this.yController,
      this.selectedColor,
      this.unselectedColor});