ExitButton constructor

const ExitButton({
  1. Key? key,
  2. Widget? child,
  3. PlayerTheme? theme,
})

Implementation

const ExitButton({
  super.key,
  this.child,
  this.theme,
});