ButtonLayout15 class Null safety
The layout of the buttons (part of the view, but retrieved by the controller as part of initialization).
- Inheritance
-
- Object
- ButtonLayout
- ButtonLayout15
Constructors
- ButtonLayout15(ButtonFactory factory, double _totalButtonHeight, double _buttonHeight)
Properties
- bsp → CalculatorButton
-
read-only
- chs → CalculatorButton
-
read-only
- cos → CalculatorButton
-
read-only
- div → CalculatorButton
-
read-only
- dot → CalculatorButton
-
read-only
- eex → CalculatorButton
-
read-only
- enter → CalculatorButton
-
read-onlyoverride
- eX → 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
-
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
- onOff → CalculatorButton
-
read-only
- plus → CalculatorButton
-
read-only
-
portraitLayout
→ List<
List< CalculatorButton?> > -
read-onlyoverride
- rcl → CalculatorButton
-
read-only
- rdown → CalculatorButton
-
read-only
- reciprocal → CalculatorButton
-
read-only
- rs → CalculatorButton
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sin → CalculatorButton
-
read-only
- sqrt → CalculatorButton
-
read-only
- sst → CalculatorButton
-
read-only
- sto → CalculatorButton
-
read-only
- sum → CalculatorButton
-
read-only
- tan → CalculatorButton
-
read-only
- tenX → CalculatorButton
-
read-only
- xy → CalculatorButton
-
read-only
- yX → 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