how to fix a button at the bottom of the page flutter code example
Example: add botton at the bottom in flutter
Scaffold(
bottomSheet:FlatButton(
//button code
,)//scaffold
Scaffold(
bottomSheet:FlatButton(
//button code
,)//scaffold