InheritedWebVideoPlayer constructor

const InheritedWebVideoPlayer({
  1. Key? key,
  2. required WebVideoPlayerController controller,
  3. required Widget child,
})

Implementation

const InheritedWebVideoPlayer({
  super.key,
  required this.controller,
  required super.child,
});