AliPlayerCoverImageWidget constructor

const AliPlayerCoverImageWidget({
  1. Key? key,
  2. required String imageUrl,
  3. double? width,
  4. double? height,
  5. BoxFit? fit,
  6. AlignmentGeometry alignment = Alignment.center,
})

Implementation

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