This commit is contained in:
2024-02-20 12:06:56 +07:00
38 changed files with 1903 additions and 171 deletions

View File

@@ -65,6 +65,7 @@ class PasswordView extends StatelessWidget {
name: 'Confirm',
heightWrapContent: true,
width: SizeConfig.width,
textSize: 18,
marginVertical: 0,
contentPadding: EdgeInsets.symmetric(horizontal: 16, vertical: 12),
onPressed: nextStep,