SalemMainMenu class

Inheritance

Constructors

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})

Properties

bgImage → dynamic
final
bottomCenter bool
getter/setter pair
bottomLeft bool
getter/setter pair
bottomRight bool
getter/setter pair
button bool
getter/setter pair
buttonColor → dynamic
final
buttonHeight double?
getter/setter pair
buttonRadius double?
getter/setter pair
buttonWidth double?
getter/setter pair
center bool
getter/setter pair
centerLeft bool
getter/setter pair
centerRight bool
getter/setter pair
creditsButton bool
getter/setter pair
fontSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
loadButton bool
getter/setter pair
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingsButton bool
getter/setter pair
startButton bool
getter/setter pair
textColor → dynamic
final
topCenter bool
getter/setter pair
topLeft bool
getter/setter pair
topRight bool
getter/setter pair

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _BaseScreenState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited