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