SeniorSlideToActThemeData class

Constructors

SeniorSlideToActThemeData({SeniorSlideToActStyle? style})
Theme definitions for the SeniorSlideToAct 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 SeniorSlideToActStyle?
Component style definitions. Allows you to configure: SeniorSlideToActStyle.containerColor the color of the entire container. SeniorSlideToActStyle.slideButtonColor the color of the slide button. SeniorSlideToActStyle.slideButtonIconColor the color of the slide button icon. SeniorSlideToActStyle.submittedIconColor the color of the icon that is displayed in the submitted animation. SeniorSlideToActStyle.textColor the color of the displayed text.
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