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