enter property Null safety
override
Implementation
@override
CalculatorButton get enter => CalculatorEnterButton(
factory,
'E\nN\nT\nE\nR',
'WINDOW',
'LSTx',
Operations.enter,
Operations16.window,
Operations.lstx,
'\n\r',
extraHeight: factory.height * _totalButtonHeight / _buttonHeight,
acceleratorLabel: ' \u23ce');