BaseCycleView constructor
const
BaseCycleView({})
Implementation
const BaseCycleView(
{Key? key,
required this.items,
this.width,
this.height,
this.scrollDirection = Axis.horizontal,
this.physics,
this.playDelay,
this.showPagination = true,
this.onTap})
: super(key: key);