LottieAnimation constructor
const
LottieAnimation({})
Implementation
const LottieAnimation(
{Key? key,
required this.lottieJson,
required this.showRepeat,
required this.width,
required this.height})
: super(key: key);