SalemMainMenu constructor

SalemMainMenu({
  1. bool topLeft = false,
  2. bool centerLeft = false,
  3. bool bottomLeft = false,
  4. bool topCenter = false,
  5. bool center = false,
  6. bool bottomCenter = false,
  7. bool topRight = false,
  8. bool centerRight = false,
  9. bool bottomRight = false,
  10. dynamic bgImage,
  11. dynamic mainMenuBGM,
  12. bool button = true,
  13. bool startButton = true,
  14. bool loadButton = true,
  15. bool settingsButton = true,
  16. bool creditsButton = true,
  17. double? buttonWidth,
  18. double? buttonHeight,
  19. double? fontSize,
  20. dynamic buttonColor,
  21. dynamic textColor,
  22. 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,
});