feat: submit photo selfie

This commit is contained in:
2024-02-15 14:07:32 +07:00
parent 219339f577
commit 4c1cc7422b
3 changed files with 132 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ class DisplayPictureScreen extends StatelessWidget {
children: [
Container(
width: SizeConfig.width * .42,
height: SizeConfig.height * .15,
height: SizeConfig.height * .13,
padding: const EdgeInsets.symmetric(
vertical: 8.0, horizontal: 8.0),
decoration: BoxDecoration(
@@ -170,9 +170,9 @@ class DisplayPictureScreen extends StatelessWidget {
),
),
SizedBox(
width: SizeConfig.width * .42,
width: SizeConfig.width * .4,
child: ButtonView(
marginVertical: 8.0,
marginVertical: 0.0,
name: 'Next',
onPressed: () {
provider.nextSubmission(context);