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