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