OpenWLottie constructor
const
OpenWLottie({
- Key? key,
- required dynamic nodeState,
- required FGeneralTypeInput image,
- required FSize width,
- required FSize height,
- required FBoxFit boxFit,
Returns a Lottie widget
Implementation
const OpenWLottie({
super.key,
required super.nodeState,
required this.image,
required this.width,
required this.height,
required this.boxFit,
});