0
0

More than 1 year has passed since last update.

ListTileの基本的なプロパティ

Posted at

メモです

ListTileで使えるプロパティ一覧(一部)

1.タイトルの指定
title:

2.タイトルの前に表示されるコンテンツを指定
leading:

3.タイトルの後に表示されるコンテンツの指定
trailing:

4.タイトルの下に表示されるコンテンツの指定
subtitle:

5.枠の内側の余白を指定
contentPadding:

6.垂直方向に対する密度を指定
dense:

7.ListTileが選択された時のbool値がtrue、選択されていない時はfalse
selected:

8.ListTileが選択されていない時のタイルの色を指定(selectedがfalseの時)
tileColor:

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