NextButton constructor
const
NextButton({
- Key? key,
- required VideoPlayerState state,
- Widget? child,
- PlayerTheme? theme,
Implementation
const NextButton({
super.key,
required this.state,
this.child,
this.theme,
});