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