Answers for "a renderflex overflowed by 265 pixels on the bottom on a custome scroll view"

1

A RenderFlex overflowed by pixels on the bottom.

just wrap the body with `SingleChildScrollView` or `ListView`

body: SingleChildScrollView(
		child: <Widget> ...,
	)
Posted by: Guest on February-28-2021

Code answers related to "a renderflex overflowed by 265 pixels on the bottom on a custome scroll view"

Browse Popular Code Answers by Language