SalemMainMenu constructor
SalemMainMenu({
- bool topLeft = false,
- bool centerLeft = false,
- bool bottomLeft = false,
- bool topCenter = false,
- bool center = false,
- bool bottomCenter = false,
- bool topRight = false,
- bool centerRight = false,
- bool bottomRight = false,
- dynamic bgImage,
- dynamic mainMenuBGM,
- bool button = true,
- bool startButton = true,
- bool loadButton = true,
- bool settingsButton = true,
- bool creditsButton = true,
- double? buttonWidth,
- double? buttonHeight,
- double? fontSize,
- dynamic buttonColor,
- dynamic textColor,
- double? buttonRadius,
Implementation
SalemMainMenu({
this.topLeft = false,
this.centerLeft = false,
this.bottomLeft = false,
this.topCenter = false,
this.center = false,
this.bottomCenter = false,
this.topRight = false,
this.centerRight = false,
this.bottomRight = false,
this.bgImage,
this.mainMenuBGM,
this.button = true,
this.startButton = true,
this.loadButton = true,
this.settingsButton = true,
this.creditsButton = true,
this.buttonWidth,
this.buttonHeight,
this.fontSize,
this.buttonColor,
this.textColor,
this.buttonRadius,
});