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