ButtonLayout16 class Null safety
The layout of the buttons (part of the view, but retrieved by the controller as part of initialization).
- Inheritance
-
- Object
- ButtonLayout
- ButtonLayout16
Constructors
- ButtonLayout16(ButtonFactory factory, double _totalButtonHeight, double _buttonHeight)
Properties
- a → CalculatorButton
-
read-only
- b → CalculatorButton
-
read-only
- bin → CalculatorButton
-
read-only
- bsp → CalculatorButton
-
read-only
- c → CalculatorButton
-
read-only
- chs → CalculatorButton
-
read-only
- d → CalculatorButton
-
read-only
- dec → CalculatorButton
-
read-only
- div → CalculatorButton
-
read-only
- dot → CalculatorButton
-
read-only
- e → CalculatorButton
-
read-only
- enter → CalculatorButton
-
read-onlyoverride
- f → CalculatorButton
-
read-only
- factory → ButtonFactory
-
final
- fShift → CalculatorButton
-
read-only
- gsb → CalculatorButton
-
read-only
- gShift → CalculatorButton
-
read-only
- gto → CalculatorButton
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hex → CalculatorButton
-
read-only
-
landscapeLayout
→ List<
List< CalculatorButton?> > -
read-onlyoverride
- minus → CalculatorButton
-
read-only
- mult → CalculatorButton
-
read-only
- n0 → CalculatorButton
-
read-only
- n1 → CalculatorButton
-
read-only
- n2 → CalculatorButton
-
read-only
- n3 → CalculatorButton
-
read-only
- n4 → CalculatorButton
-
read-only
- n5 → CalculatorButton
-
read-only
- n6 → CalculatorButton
-
read-only
- n7 → CalculatorButton
-
read-only
- n8 → CalculatorButton
-
read-only
- n9 → CalculatorButton
-
read-only
- oct → CalculatorButton
-
read-only
- onOff → CalculatorButton
-
read-only
- plus → CalculatorButton
-
read-only
-
portraitLayout
→ List<
List< CalculatorButton?> > -
read-onlyoverride
- rcl → CalculatorButton
-
read-only
- rdown → CalculatorButton
-
read-only
- rs → CalculatorButton
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sst → CalculatorButton
-
read-only
- sto → CalculatorButton
-
read-only
- xy → CalculatorButton
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited