Pin A Widget To The Bottom Of The Screen In

[Solved] Pin A Widget To The Bottom Of The Screen In | Dart - Code Explorer | yomemimo.com
Question : Pin a widget to the bottom of the screen in flutter

Answered by : mouaz-anan

Expanded( child: Align( alignment: FractionalOffset.bottomCenter, child: MaterialButton( onPressed: () => {}, child: Text(_register ? 'REGISTER' : 'LOGIN'), ), ), ),

Source : https://stackoverflow.com/questions/54395233/widget-not-going-to-bottom-of-screen-in-flutter | Last Update : Fri, 22 Jul 22

Answers related to pin a widget to the bottom of the screen in flutter

Code Explorer Popular Question For Dart