LottieViewFor
struct LottieViewFor : UIViewRepresentableThis view is to show the animation for lotti files
- 
                  
                  Animation file name DeclarationSwift var filename: URL
- 
                  
                  Loop mode for animation DeclarationSwift let loopMode: LottieLoopMode
- 
                  
                  Width of the animation DeclarationSwift var width: CGFloat
- 
                  
                  Height of the animation DeclarationSwift var height: CGFloat
- 
                  
                  Creates the UI view for animation DeclarationSwift func makeUIView(context: Context) -> some UIViewParameterscontextThe context of the view Return ValueThe created UI view 
- 
                  
                  Updates the UI view - uiView: The UI view to update
- context: The context of the view
 DeclarationSwift func updateUIView(_ uiView: UIViewType, context: Context)
