A RenderFlex overflowed by 0.857 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> ...,
)