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