fix buttom alignment accress UI

This commit is contained in:
2024-08-16 09:54:46 +02:00
parent 1879d31ae2
commit e589c4e0c1
10 changed files with 28 additions and 52 deletions

View File

@@ -213,7 +213,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
),
),
const SizedBox(
width: 25,
width: 10,
),
Switch(
value: businessUser,
@@ -225,7 +225,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
),
],
),
const SizedBox(height: 10.0),
const SizedBox(height: 30.0),
SizedBox(
width: 500.0,
height: 50.0,