79093835

Date: 2024-10-16 11:33:36
Score: 0.5
Natty:
Report link

Here is shorter version of @I.Step answer

IntrinsicHeight(
  child: OverflowBox(
      maxWidth: MediaQuery.of(context).size.width,
       child: Container(
               color: Colors.red,
                 height: 20,
                  ),
             ),
         )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hadysata