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