LottieDelegates constructor
const
LottieDelegates({
- String text()?,
- TextStyle textStyle()?,
- List<
ValueDelegate> ? values, - Image? image()?,
Implementation
const LottieDelegates({
this.text,
this.textStyle,
this.values,
this.image,
});