FullScreenVideoPlayer constructor
const
FullScreenVideoPlayer(})
Implementation
const FullScreenVideoPlayer(
this.player, {
Key? key,
List<Widget>? bottomLeftBtns,
List<Widget>? bottomRightBtns,
}) : bottomLeftBtns = bottomLeftBtns ?? const [],
bottomRightBtns = bottomRightBtns ?? const [],
super(key: key);