SeniorCarouselSliderStyle class

Constructors

SeniorCarouselSliderStyle({Color? activeDotColor, Color? backgroundImageColor, Color? defaultDotColor, Color? deleteOptionBorderColor, Color? deleteOptionColor, Color? deleteOptionIconColor, Color? emptyAreaColor, Color? emptyBorderColor, Color? emptyLabelColor, Color? pageInfoColor, Color? pictureBorderColor, Color? pictureShadowColor})
Style definitions for the Senior Carousel Slider component.
const

Properties

activeDotColor Color?
Defines the color of the active dot that represents the image being displayed.
final
backgroundImageColor Color?
Defines the background color of the images.
final
defaultDotColor Color?
Defines the color of the dot that represent the images.
final
deleteOptionBorderColor Color?
Defines the border color of delete option button.
final
deleteOptionColor Color?
Defines the color of delete option button.
final
deleteOptionIconColor Color?
Defines the icon color of delete option button.
final
emptyAreaColor Color?
Defines the color of empty color;
final
emptyBorderColor Color?
Defines the border color of the empty state.
final
emptyLabelColor Color?
Defines the label color of the empty state.
final
hashCode int
The hash code for this object.
no setterinherited
pageInfoColor Color?
Defines the page information color.
final
pictureBorderColor Color?
Defines the border color of images.
final
pictureShadowColor Color?
Defines the shadow color of the images.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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