text static method

ValueDelegate<String> text(
  1. List<String> keyPath, {
  2. String? value,
  3. String callback(
    1. LottieFrameInfo<String>
    )?,
})

Implementation

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