LottieAnimation constructor

const LottieAnimation({
  1. Key? key,
  2. required String lottieJson,
  3. required bool showRepeat,
  4. required double width,
  5. required double height,
})

Implementation

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