CalculatorButtonHyperbolic(- ButtonFactory bFactory,
- String uText,
- String fText,
- String gText,
- Operation uKey,
- Operation fKey,
- Operation gKey,
- Operation hyperOp,
- Operation inverseHyperOp,
- String acceleratorKey,
- {String? acceleratorLabel,
- Key? key}
)
Implementation
CalculatorButtonHyperbolic(
ButtonFactory bFactory,
String uText,
String fText,
String gText,
Operation uKey,
Operation fKey,
Operation gKey,
this.hyperOp,
this.inverseHyperOp,
String acceleratorKey,
{String? acceleratorLabel,
Key? key})
: super(bFactory, uText, fText, gText, uKey, fKey, gKey, acceleratorKey,
acceleratorLabel: acceleratorLabel, key: key);