AwsThemeIndicatorShowing class

Constructors

AwsThemeIndicatorShowing({double? width, double? height, Color? initStatecolor = CupertinoColors.activeBlue, Color? changeStatecolor = CupertinoColors.destructiveRed, Gradient? initStateGradient, Gradient? changeStateGradient, EdgeInsetsGeometry? margin, Color? borderColor, bool border = true, bool shadow = true, AwsAnimation initStateAnimation = AwsAnimation.zoomIn, AwsAnimation changeStateAnimation = AwsAnimation.bounceInUp})
Sets the theme of the indicator AwsThemeIndicatorShowing.

Properties

border bool
Set the border to true so that border is displayed.
final
borderColor Color?
Sets the color of the border when it is true borderColor.
final
changeStateAnimation AwsAnimation
Set the animation when the indicator is selected changeStateAnimation.
final
changeStatecolor Color?
Sets the color when the flag is selected changeStatecolor.
final
changeStateGradient Gradient?
Sets the gradient when the flag is selected changeStateGradient.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Sets the height of the indicator height.
final
initStateAnimation AwsAnimation
Sets the initial animation of the indicator initStateAnimation.
final
initStatecolor Color?
Sets the initial color of the indicator initStatecolor.
final
initStateGradient Gradient?
Sets the initial gradient of the indicator initStateGradient.
final
margin EdgeInsetsGeometry?
Sets the indicator separator margin.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow bool
Set shadow to true to show shadow.
final
width double?
Sets the width of the indicator width.
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