ConvexItem constructor

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

Implementation

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