TDSwiperArrowPagination constructor

const TDSwiperArrowPagination({
  1. double? radius,
  2. Color? backgroundColor,
  3. Widget? backArrow,
  4. Widget? forwardArrow,
  5. bool? autoHideWhenAtBoundary = true,
})

Implementation

const TDSwiperArrowPagination(
    {this.radius,
    this.backgroundColor,
    this.backArrow,
    this.forwardArrow,
    this.autoHideWhenAtBoundary = true});