BaseAnimationImage constructor
      
      BaseAnimationImage({})
     
    
    
Implementation
BaseAnimationImage(
    {Key? key,
    required this.assetList,
    this.width = 100,
    this.height = 100,
    required this.interval})
    : super(key: key);