0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutter : Wrapで横並びにしたいのに縦並びになってしまう

Posted at

事象

Rowを使っていて改行したいときに「Wrap使おう」ってなった時に、そのままRowをWrapに変更したら横並びから縦並びになってしまう。

原因

変更後のWrapのchildrenにRowが入っているため

対応

WrapのchildrenのRowを全てWrapに変更する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?