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