Ejemplo n.º 1
0
 public override Widget build(BuildContext context)
 {
     return(new LottieRenderObjectWidget(widget._skottie, frame.lerp(animation.value)));
 }