AliPlayerCoverImageWidget constructor
      const
      AliPlayerCoverImageWidget({})
     
    
    
Implementation
const AliPlayerCoverImageWidget({
  super.key,
  required this.imageUrl,
  this.width,
  this.height,
  this.fit,
  this.alignment = Alignment.center,
});