FullScreenButton constructor
const
FullScreenButton({
- Key? key,
- YoutubePlayerController? controller,
- Color color = Colors.white,
Creates FullScreenButton widget.
Implementation
const FullScreenButton({
super.key,
this.controller,
this.color = Colors.white,
});