menu
arcane package
documentation
generated/arcane_shadcn/src/components/animation.dart
IntervalDuration
IntervalDuration.new const constructor
IntervalDuration.new const constructor
dark_mode
light_mode
IntervalDuration
constructor
const
IntervalDuration
(
{
Duration
?
start
,
Duration
?
end
,
required
Duration
duration
,
Curve
?
curve
,
})
Implementation
const IntervalDuration({ this.start, this.end, required this.duration, this.curve, });
arcane package
documentation
generated/arcane_shadcn/src/components/animation
IntervalDuration
IntervalDuration.new const constructor
IntervalDuration class