ProKitCarouselModel constructor
const
ProKitCarouselModel({
- required String heading,
- required String subheading,
- required String buttonText,
- TextStyle? headingStyle,
- TextStyle? subheadingStyle,
- TextStyle? buttonTextStyle,
- Color? borderColor,
- required String imageUrl,
- required ProKitCarouselType carouselType,
- VoidCallback? onButtonPressed,
Implementation
const ProKitCarouselModel({
required this.heading,
required this.subheading,
required this.buttonText,
this.headingStyle,
this.subheadingStyle,
this.buttonTextStyle,
this.borderColor,
required this.imageUrl,
required this.carouselType,
this.onButtonPressed,
});