FullScreenButton constructor

const FullScreenButton({
  1. Key? key,
  2. YoutubePlayerController? controller,
  3. Color color = Colors.white,
})

Creates FullScreenButton widget.

Implementation

const FullScreenButton({
  super.key,
  this.controller,
  this.color = Colors.white,
});