How to Place Any Widget at Bottom of The Screen In Flutter
Flutter provides us with an individual widget to set the alignment of our widgets. All we have to do is wrap the child widget into Align widget and set the alignment using its property and you see the magic. A widget that aligns its child within itself and optionally sizes itself based on the child’s …
How to Place Any Widget at Bottom of The Screen In Flutter Read More »