SwiperControl constructor
const
SwiperControl({})
Implementation
const SwiperControl(
{this.iconPrevious = Icons.arrow_back_ios,
this.iconNext = Icons.arrow_forward_ios,
this.color,
this.disableColor,
this.key,
this.size = 30.0,
this.padding = const EdgeInsets.all(5.0)});