A RenderFlex overflowed by 166 pixels on the bottom. flutter code example
Example: A RenderFlex overflowed by pixels on the bottom.
just wrap the body with `SingleChildScrollView` or `ListView`
body: SingleChildScrollView(
child: <Widget> ...,
)