Skip to content

Commit 47ea723

Browse files
authored
Merge pull request #189 from amitamrutiya2210/issue-146-fix-logout-dialogue
fix button alignment in logout_alert_dialogue
2 parents 395b85a + edabf50 commit 47ea723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Components/logout_alert.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class LogOutAlert extends StatelessWidget {
3030
),
3131
),
3232
actionsPadding: EdgeInsets.all(5),
33+
actionsAlignment: MainAxisAlignment.spaceEvenly,
3334
actions: [
3435
// No - TextButton
3536
TextButton(

0 commit comments

Comments
 (0)