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