0
0

More than 1 year has passed since last update.

【Flutter】Dividerが表示されないことがある

Posted at

Row > Column の構成でColumnのchildrenの要素にDividerを使ったらDividerが表示されなかった。
たぶんサイズ計算の関係で。
解決方法としては Row > Expanded > Column としてColumnを目一杯広がるように指定する。

参考
https://stackoverflow.com/questions/49088934/flutter-divider-widget-not-appearing

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