LottieComponent constructor

const LottieComponent({
  1. required String lottiePath,
  2. required String text,
  3. Key? key,
})

Implementation

const LottieComponent({
  required this.lottiePath,
  required this.text,
  super.key,
});