ProKitCarouselModel class
Constructors
- ProKitCarouselModel.new({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})
-
const
Properties
- borderColor → Color?
-
final
-
final
-
final
- carouselType → ProKitCarouselType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- heading → String
-
final
- headingStyle → TextStyle?
-
final
- imageUrl → String
-
final
- onButtonPressed → VoidCallback?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subheading → String
-
final
- subheadingStyle → TextStyle?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited