We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f512b90 commit edabf50Copy full SHA for edabf50
lib/Components/logout_alert.dart
@@ -30,6 +30,7 @@ class LogOutAlert extends StatelessWidget {
30
),
31
32
actionsPadding: EdgeInsets.all(5),
33
+ actionsAlignment: MainAxisAlignment.spaceEvenly,
34
actions: [
35
// No - TextButton
36
TextButton(
0 commit comments