「Flutter/UI/その他」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→余白) |
|||
行4: | 行4: | ||
padding: EdgeInsets.only(left: 10.0, right: 10.0), | padding: EdgeInsets.only(left: 10.0, right: 10.0), | ||
padding: EdgeInsets.only(left: 10.0, right: 10.0, top: 50.0, bottom: 50.0), | padding: EdgeInsets.only(left: 10.0, right: 10.0, top: 50.0, bottom: 50.0), | ||
+ | padding: const EdgeInsets.symmetric(horizontal: 4.0, vertical: 1.0), | ||
</pre> | </pre> | ||
2019年11月29日 (金) 16:42時点における版
余白
padding: EdgeInsets.all(5.0), padding: EdgeInsets.only(left: 10.0, right: 10.0), padding: EdgeInsets.only(left: 10.0, right: 10.0, top: 50.0, bottom: 50.0), padding: const EdgeInsets.symmetric(horizontal: 4.0, vertical: 1.0),
リンク集
35種類のレイアウト https://qiita.com/coka__01/items/dedb569f6357f1b503fd