ASRAliPlayerView constructor

const ASRAliPlayerView(
  1. String url,
  2. double width,
  3. double height, {
  4. Key? key,
  5. bool autoPlay = true,
})

Implementation

const ASRAliPlayerView(this.url, this.width, this.height,
    {Key? key, this.autoPlay = true})
    : super(key: key);