VideoPlayerSize constructor

VideoPlayerSize({
  1. required double width,
  2. required double height,
})

Implementation

VideoPlayerSize({
  required this.width,
  required this.height,
});