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