Home > Net >  Another exception was thrown: A RenderFlex overflowed by 4.1 pixels on the bottom
Another exception was thrown: A RenderFlex overflowed by 4.1 pixels on the bottom

Time:12-15

I am need to create to Material Widget per row, but when i create it i wanted to add padding when i do so for the column the yellow error appears with this error:

Another exception was thrown: A RenderFlex overflowed by 4.1 pixels on the bottom.

Another exception was thrown: A RenderFlex overflowed by 4.1 pixels on the bottom.

Another exception was thrown: A RenderFlex overflowed by 4.1 pixels on the bottom.

══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY
╞═════════════════════════════════════════════════════════ The
following assertion was thrown during layout: A RenderFlex overflowed by 0.200 pixels on the right. The relevant error-causing widget was:
Row
Row:file:///E:/work/nabaa_mobile-main/lib/ui/screens/home/widgets/bottom_home_page/home.dart:134:25 To inspect this widget in Flutter DevTools, visit:
enter image description here

  • Related