BoxConstraints forces an infinite width

前端 未结 3 1243
無奈伤痛
無奈伤痛 2020-12-15 16:49

I am getting an error when I add a row in column. I am getting following error:

I/flutter ( 6449): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═══════════════         


        
3条回答
  •  Happy的楠姐
    2020-12-15 17:13

    If you are using TextField Inside a Row then you need to use Flexible or Expanded.

    More details are given here in this answer.

    https://stackoverflow.com/a/45990477/4652688

提交回复
热议问题