ComputedEffectTimingValue constructor
ComputedEffectTimingValue({
- CSSNumberish? startTime,
- CSSNumberish? endTime,
- CSSNumberish? activeDuration,
- CSSNumberish? localTime,
- double? progress,
- double? currentIteration,
Implementation
ComputedEffectTimingValue({
this.startTime,
this.endTime,
this.activeDuration,
this.localTime,
this.progress,
this.currentIteration,
});