SeniorSlideToActStyle class

Constructors

SeniorSlideToActStyle({Color? containerColor, Color? slideButtonColor, Color? slideButtonIconColor, Color? submittedIconColor, Color? textColor})
Style definitions for the SeniorSlideToAct component.
const

Properties

containerColor Color?
Defines the color of the entire container.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideButtonColor Color?
Defines the slide button color.
final
slideButtonIconColor Color?
Defines the icon color of the slide button.
final
submittedIconColor Color?
Defines the color of the icon that is displayed in the submitted animation.
final
textColor Color?
Defines 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