LandscapeVideo constructor

const LandscapeVideo({
  1. Key? key,
  2. bool alwaysLandscape = false,
  3. required Widget player,
})

Implementation

const LandscapeVideo({super.key, this.alwaysLandscape=false, required this.player});