PagePilotBanner constructor
const
PagePilotBanner({
- Key? key,
- TextStyle? descriptionStyle,
- ValueChanged<
int> ? onPageChanged, - int? currentpage,
- ValueChanged<
int> ? showpipfunction, - PageController? pagecontroller,
- bool? owncontroller = false,
- TextStyle? titleStyle,
- int duration = 500,
- int autoplayDelay = 5000,
- bool? pipon = false,
- bool indicator = true,
- bool autoplay = true,
- double itemWidth = 350,
- double radius = 0,
- double itemHeight = 150,
- Color? backgroundcolor,
- void onDeeplinkTap(
- String url
- String? deepLinkPrefix,
- Color? bottomIndicatorColor,
- String? identifier,
- double? dotHeight,
- double? activeDotWidth,
- double? dotWidth,
- EdgeInsets? margin,
- 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,
});