I\'m trying to bottom-center a widget at the bottom of a Column, but it keeps aligning to the left.
return new Column( new Stack( new Positioned(
In addition of Stack: to avoid floating container on keyboard, use this
return Scaffold( appBar: getAppBar(title), resizeToAvoidBottomInset: false, body: