CalculatorButton constructor Null safety
Implementation
CalculatorButton(this.bFactory, this.uText, this.fText, this.gText, this.uKey,
this.fKey, this.gKey, this.acceleratorKey,
{String? acceleratorLabel, Key? key})
: _acceleratorLabel = acceleratorLabel,
super(key: key);