PipenLottie constructor

const PipenLottie({
  1. Key? key,
  2. bool repeat = false,
  3. required String asset,
  4. double? height,
})

Implementation

const PipenLottie({super.key, this.repeat = false, required this.asset, this.height});