LiveBottomBar constructor

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

Creates LiveBottomBar widget.

Implementation

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