LiveBottomBar constructor
const
LiveBottomBar({
- Key? key,
- YoutubePlayerController? controller,
- required Color liveUIColor,
- required bool showLiveFullscreenButton,
Creates LiveBottomBar widget.
Implementation
const LiveBottomBar({
super.key,
this.controller,
required this.liveUIColor,
required this.showLiveFullscreenButton,
});