HideMoreButton constructor

const HideMoreButton({
  1. Key? key,
  2. required VideoPlayerState state,
  3. PlayerTheme? theme,
  4. Widget? widget,
})

Implementation

const HideMoreButton({
  super.key,
  required this.state,
  this.theme,
  this.widget,
});