RollingActiveItem constructor

const RollingActiveItem(
  1. int index, {
  2. IconData? iconData,
  3. Color? color,
  4. double? scrollPosition,
  5. bool? enableRotation,
  6. ValueChanged<int>? onTap,
})

Implementation

const RollingActiveItem(
  this.index, {
  this.iconData,
  this.color,
  this.scrollPosition,
  this.enableRotation,
  this.onTap,
});