CarouselItem class

Constructors

CarouselItem({String? title, TextStyle? titleTextStyle, String? leftSubtitle, TextStyle? leftSubtitleTextStyle, String? rightSubtitle, TextStyle? rightSubtitleTextStyle, void onImageTap(int)?, BoxDecoration? boxDecoration, dynamic image})

Properties

boxDecoration BoxDecoration?
BoxDecoration of item
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image ↔ dynamic
image of item
getter/setter pair
leftSubtitle String?
Title of leftSubtitle String
getter/setter pair
leftSubtitleTextStyle TextStyle?
TextStyle of leftSubtitle
getter/setter pair
onImageTap ↔ (void Function(int)?)
Function of on image tap event with current page index
getter/setter pair
rightSubtitle String?
Title of rightSubtitle String
getter/setter pair
rightSubtitleTextStyle TextStyle?
TextStyle of rightSubtitle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of item String
getter/setter pair
titleTextStyle TextStyle?
TextStyle of Title
getter/setter pair

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