LottieDelegates constructor

const LottieDelegates({
  1. String text(
    1. String
    )?,
  2. TextStyle textStyle(
    1. LottieFontStyle
    )?,
  3. List<ValueDelegate>? values,
  4. Image? image(
    1. LottieComposition,
    2. LottieImageAsset
    )?,
})

Implementation

const LottieDelegates({
  this.text,
  this.textStyle,
  this.values,
  this.image,
});