CodeNestLottieAssetAnimation constructor
const
CodeNestLottieAssetAnimation({})
Implementation
const CodeNestLottieAssetAnimation({
super.key,
required this.assetPath,
this.width,
this.height,
this.fit = BoxFit.contain,
this.repeat = true,
this.reverse = false,
this.animate = true,
});