Skip to content

Commit

Permalink
CE -> AC
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Jul 23, 2023
1 parent d84ff6b commit 81c0f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calculator_widget/lib/calculator_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class CalculatorNumpad extends StatelessWidget {
CalculatorButton(
text:
context.select<Calculator, bool>((calc) => calc.endNumber)
? 'CE'
? 'AC'
: '←',
buttonType: ButtonType.operation,
onPressed: () {
Expand Down

0 comments on commit 81c0f73

Please sign in to comment.