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