|
|
@ -33,7 +33,7 @@ class ExplanationsScreen extends StatelessWidget {
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Padding(
|
|
|
|
Padding(
|
|
|
|
padding: EdgeInsets.only(top: 70.h),
|
|
|
|
padding: EdgeInsets.only(top: 100.h),
|
|
|
|
child: AutoSizeText(
|
|
|
|
child: AutoSizeText(
|
|
|
|
"Bravo!",
|
|
|
|
"Bravo!",
|
|
|
|
style: GoogleFonts.plusJakartaSans(
|
|
|
|
style: GoogleFonts.plusJakartaSans(
|
|
|
@ -85,9 +85,7 @@ class ExplanationsScreen extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Padding(
|
|
|
|
Padding(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(top: 10.h, bottom: 20.h),
|
|
|
|
top: defaultPadding.h,
|
|
|
|
|
|
|
|
bottom: defaultPadding.h),
|
|
|
|
|
|
|
|
child: Align(
|
|
|
|
child: Align(
|
|
|
|
alignment: Alignment.center,
|
|
|
|
alignment: Alignment.center,
|
|
|
|
child: AutoSizeText(
|
|
|
|
child: AutoSizeText(
|
|
|
@ -101,7 +99,13 @@ class ExplanationsScreen extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const SizedBox(width: 600, child: FinishButton()),
|
|
|
|
const SizedBox(
|
|
|
|
|
|
|
|
width: 600,
|
|
|
|
|
|
|
|
child: Padding(
|
|
|
|
|
|
|
|
padding: EdgeInsets.only(bottom: 50),
|
|
|
|
|
|
|
|
child: FinishButton(),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|