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