AwsThemeNextButtonShowing class

Constructors

AwsThemeNextButtonShowing({Color arrowColor = CupertinoColors.black, Color backgroundColor = CupertinoColors.activeBlue, AwsAnimation iniStateAnimation = AwsAnimation.bounceInRight, bool? useMaterial3})
Sets the theme of the NextButton AwsThemeNextButtonShowing.

Properties

arrowColor Color
Sets the color of the arrow arrowColor.
final
backgroundColor Color
Sets the background color backgroundColor.
final
hashCode int
The hash code for this object.
no setterinherited
iniStateAnimation AwsAnimation
Sets the initial animation of the button iniStateAnimation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useMaterial3 bool?
Sets material 3 to true but you can set it to false if you don't plan to use useMaterial3.
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