menu
arcane package
documentation
generated/arcane_shadcn/src/animation.dart
AnimationRunner
AnimationRunner constructor
AnimationRunner constructor
dark_mode
light_mode
AnimationRunner
constructor
AnimationRunner
(
double
from
,
double
to
,
Duration
duration
,
Curve
curve
,
)
Implementation
AnimationRunner(this.from, this.to, this.duration, this.curve);
arcane package
documentation
generated/arcane_shadcn/src/animation
AnimationRunner
AnimationRunner constructor
AnimationRunner class