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