Improve the monthly text a bit more

This commit is contained in:
Vishesh Handa
2020-08-31 18:05:53 +02:00
parent 7a23915686
commit 1ee0866a85

View File

@ -123,7 +123,7 @@ class MonthlyRentalWidget extends StatelessWidget {
), ),
const SizedBox(height: 32.0), const SizedBox(height: 32.0),
Text( Text(
"After 12 months or after paying $minYearlyPurchase, you will get all the benefits of a standard 'One Time Purchase'"), "After 12 months or after paying $minYearlyPurchase, you will get all the benefits of the standard 'One Time Purchase'"),
], ],
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.start,
), ),