LiveBottomBar constructor

LiveBottomBar({
  1. YoutubePlayerController? controller,
  2. required Color liveUIColor,
  3. required bool showLiveFullscreenButton,
})

Creates LiveBottomBar widget.

Implementation

LiveBottomBar({
  this.controller,
  required this.liveUIColor,
  required this.showLiveFullscreenButton,
});