We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6ebbb commit 837fb68Copy full SHA for 837fb68
lib/pages/MainPage.dart
@@ -133,20 +133,24 @@ class _MainPageState extends State<MainPage> {
133
),
134
SizedBox(height: 20),
135
Row(
136
- mainAxisAlignment: MainAxisAlignment.start,
+ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
137
children: <Widget>[
138
- SizedBox(width: 15),
139
CalculatorButton(
140
label: 'AC',
141
fillColor: kClearButtonsColor,
142
textSize: 22,
143
callback: onAllClearClick),
144
145
146
label: 'C',
147
148
callback: onClearClick,
149
+ SizedBox(
+ width: 85,
150
+ ),
151
152
153
154
],
155
156
0 commit comments