AwsAniSetting class

Constructors

AwsAniSetting({required AwsAnimation animation, Duration? duration, Duration? delay, dynamic controller(AnimationController)?, bool manualTrigger = false, bool? animate, double? from, bool infinite = false, double? spins, double to = 100})

Properties

animate bool?
final
animation AwsAnimation
final
controller → (dynamic Function(AnimationController)?)
final
delay Duration?
final
duration Duration?
final
from double?
final
hashCode int
The hash code for this object.
no setterinherited
infinite bool
final
manualTrigger bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spins double?
final
to double
final

Methods

copyWith({AwsAnimation? animation, Duration? duration, Duration? delay, dynamic controller(AnimationController)?, bool? manualTrigger, bool? animate, double? from, bool? infinite, double? spins, double? to}) AwsAniSetting
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