Another exception was thrown: A RenderFlex overflowed by 75 pixels on the bottom. code example
Example: RenderFlex overflowed by 42 pixels on the right. I/flutter (10277): Another exception was thrown: A RenderFlex overflowed by 44 pixels on the right. I/flutter (10277): Another exception was thrown: A RenderFlex overflowed by 71 pixels on the bottom.
child: Row(
children: [
Icon(Icons.message),
Expanded(
child: Column(
// code omitted
),
),
]
)