SeniorCarouselSliderThemeData class

Constructors

SeniorCarouselSliderThemeData({SeniorCarouselSliderStyle? style})
Theme definitions for the Senior Carousel Slider component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorCarouselSliderStyle?
The component's style definitions. Allows you to configure: SeniorCarouselSliderStyle.activeDotColor the color of the active dot that represents the image being displayed. SeniorCarouselSliderStyle.backgroundImageColor the background color of the images. SeniorCarouselSliderStyle.defaultDotColor the color of the dots that represent the images. SeniorCarouselSliderStyle.deleteOptionBorderColor the border color of delete option button. SeniorCarouselSliderStyle.deleteOptionColor the color of delete option button. SeniorCarouselSliderStyle.deleteOptionIconColor the icon color of delete option button. SeniorCarouselSliderStyle.emptyAreaColor the color of empty area. SeniorCarouselSliderStyle.emptyBorderColor the border color of the empty state. SeniorCarouselSliderStyle.emptyLabelColor the label color of the empty state. SeniorCarouselSliderStyle.pageInfoColor the color os the page information. SeniorCarouselSliderStyle.pictureBorderColor the border color of the images. SeniorCarouselSliderStyle.pictureShadowColor the shadow color of the images.
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