menu
flutter_animate package
documentation
effects/effect.dart
Effect<T>
Effect const constructor
Effect const constructor
dark_mode
light_mode
Effect<
T
>
constructor
const
Effect<
T
>
(
{
Duration
?
delay
,
Duration
?
duration
,
Curve
?
curve
,
T?
begin
,
T?
end
,
})
Implementation
const
Effect({
this
.delay,
this
.duration,
this
.curve,
this
.begin,
this
.end});
flutter_animate package
documentation
effects/effect
Effect<T>
Effect const constructor
Effect class
Constructors
Effect
Properties
begin
curve
delay
duration
end
hashCode
runtimeType
Methods
build
buildAnimation
getBeginRatio
getEndRatio
getOptimizedBuilder
getToggleBuilder
isAnimationActive
noSuchMethod
toString
Operators
operator ==