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