PagePilotBanner constructor

const PagePilotBanner({
  1. Key? key,
  2. TextStyle? descriptionStyle,
  3. ValueChanged<int>? onPageChanged,
  4. int? currentpage,
  5. ValueChanged<int>? showpipfunction,
  6. PageController? pagecontroller,
  7. bool? owncontroller = false,
  8. TextStyle? titleStyle,
  9. int duration = 500,
  10. int autoplayDelay = 5000,
  11. bool? pipon = false,
  12. bool indicator = true,
  13. bool autoplay = true,
  14. double itemWidth = 350,
  15. double radius = 0,
  16. double itemHeight = 150,
  17. Color? backgroundcolor,
  18. void onDeeplinkTap(
    1. String url
    )?,
  19. String? deepLinkPrefix,
  20. Color? bottomIndicatorColor,
  21. String? identifier,
  22. double? dotHeight,
  23. double? activeDotWidth,
  24. double? dotWidth,
  25. EdgeInsets? margin,
  26. EdgeInsets? padding,
})

Implementation

const PagePilotBanner({
  super.key,
  this.descriptionStyle,
  this.onPageChanged,
  this.currentpage,
  this.showpipfunction,
  this.pagecontroller,
  this.owncontroller = false,
  this.titleStyle,
  this.duration = 500,
  this.autoplayDelay = 5000,
  this.pipon = false,
  this.indicator = true,
  this.autoplay = true,
  this.itemWidth = 350,
  this.radius = 0,
  this.itemHeight = 150,
  this.backgroundcolor,
  this.onDeeplinkTap,
  this.deepLinkPrefix,
  this.bottomIndicatorColor,
  this.identifier,
  this.dotHeight,
  this.activeDotWidth,
  this.dotWidth,
  this.margin,
  this.padding,
});