QOL: Button alignment
This commit is contained in:
@@ -374,6 +374,9 @@ class _CurrencyExchangeRateState extends State<CurrencyExchangeRate> {
|
||||
const SizedBox(height: 25),
|
||||
Center(
|
||||
child: Wrap(
|
||||
runAlignment: WrapAlignment.center,
|
||||
crossAxisAlignment: WrapCrossAlignment.center,
|
||||
alignment: WrapAlignment.center,
|
||||
spacing: 10,
|
||||
runSpacing: 10,
|
||||
children: [
|
||||
|
||||
@@ -384,6 +384,9 @@ class _TipCalcState extends State<TipCalc> {
|
||||
const SizedBox(height: 10),
|
||||
Center(
|
||||
child: Wrap(
|
||||
runAlignment: WrapAlignment.center,
|
||||
crossAxisAlignment: WrapCrossAlignment.center,
|
||||
alignment: WrapAlignment.center,
|
||||
spacing: 10,
|
||||
runSpacing: 10,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user