blurRadius static method

ValueDelegate<double> blurRadius(
  1. List<String> keyPath, {
  2. double? value,
  3. double callback(
    1. LottieFrameInfo<double>
    )?,
})

Implementation

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