📜  flutter listtile color - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:07.577000             🧑  作者: Mango

代码示例1
ListTile(
              tileColor: Colors.blue[100], // Defines the background color of ListTile when selected is false.
              leading: FlutterLogo(),
              title: Text('ListTile'),
            ),