AliPlayerPlayStateWidget constructor

const AliPlayerPlayStateWidget({
  1. Key? key,
  2. int? errorCode,
  3. String? errorMsg,
})

Implementation

const AliPlayerPlayStateWidget({
  super.key,
  this.errorCode,
  this.errorMsg,
});