PortraitVideo constructor

const PortraitVideo({
  1. Key? key,
  2. required Widget player,
  3. double? height,
})

Implementation

const PortraitVideo({super.key, required this.player, this.height});