diff --git a/lib/src/auth_screen.dart b/lib/src/auth_screen.dart index bc04cf9..60b8e15 100644 --- a/lib/src/auth_screen.dart +++ b/lib/src/auth_screen.dart @@ -153,7 +153,13 @@ class _AuthScreenState extends State { child: Column( children: [ Row( - mainAxisAlignment: MainAxisAlignment.center, + mainAxisAlignment: + (widget.previousButtonBuilder != null && + previousButton == null) + ? MainAxisAlignment.spaceAround + : widget.steps.first != step + ? MainAxisAlignment.spaceBetween + : MainAxisAlignment.end, children: [ if (widget.steps.first != step) if (widget.previousButtonBuilder == null) ...[