SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the Positioned.fill with Align inside a Stack:
Positioned.fill
Align
Stack
Stack( children: <Widget>[ Positioned.fill( child: Align( alignment: Alignment.centerRight, child: .... ), ), ], ),