AnimatorProperties class

Generated class for _AnimatorProperties.

Constructors

AnimatorProperties({required Duration? duration, required Duration? delay, required Curve? curve, required double? begin, required double? end})
Constructs a new instance of AnimatorProperties from optional and required parameters.
const

Properties

begin double?
No description provided.
final
begin$ double
Returns the value of the begin field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
curve Curve?
No description provided.
final
curve$ Curve
Returns the value of the curve field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
delay Duration?
No description provided.
final
delay$ Duration
Returns the value of the delay field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
duration Duration?
No description provided.
final
duration$ Duration
Returns the value of the duration field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
end double?
No description provided.
final
end$ double
Returns the value of the end field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Duration? duration, Duration? delay, Curve? curve, double? begin, double? end}) AnimatorProperties
Creates a copy of this instance, replacing the specified fields.
copyWithout({bool duration = true, bool delay = true, bool curve = true, bool begin = true, bool end = true}) AnimatorProperties
Creates a copy of this instance, removing the specified fields.
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