LottieContent constructor
const
LottieContent({})
Implementation
const LottieContent({
this.url,
this.asset,
this.repeat = false,
this.width = 100,
this.height = 100,
super.id,
}) : assert(url != null || asset != null, 'Either url or asset must be set'),
super(contentType: type);