SoftUiVideoPlayer constructor

const SoftUiVideoPlayer({
  1. required String path,
  2. double aspectRatio = 16 / 9,
  3. Key? key,
})

Implementation

const SoftUiVideoPlayer({
  required this.path,
  this.aspectRatio = 16 / 9,
  super.key,
});