RixaPlayer.network constructor

const RixaPlayer.network({
  1. Key? key,
  2. required String? url,
  3. double? width,
  4. double? height,
})

Implementation

const RixaPlayer.network({
  Key? key,
  required this.url,
  this.width,
  this.height,
})  : filePath = null,
      asset = null,
      super(key: key);