call abstract method

$R call({
  1. TransitionType? type,
  2. Duration? duration,
  3. Duration? delay,
  4. CurveType? curve,
})

Implementation

$R call(
    {TransitionType? type,
    Duration? duration,
    Duration? delay,
    CurveType? curve});