polystarRotation static method

ValueDelegate<double> polystarRotation(
  1. List<String> keyPath, {
  2. double? value,
  3. double callback(
    1. LottieFrameInfo<double>
    )?,
  4. double? relative,
})

In degrees

Implementation

static ValueDelegate<double> polystarRotation(List<String> keyPath,
        {double? value,
        double Function(LottieFrameInfo<double>)? callback,
        double? relative}) =>
    _double(
        keyPath, LottieProperty.polystarRotation, value, callback, relative);