📅  最后修改于: 2022-03-11 14:48:07.577000             🧑  作者: Mango
ListTile(
tileColor: Colors.blue[100], // Defines the background color of ListTile when selected is false.
leading: FlutterLogo(),
title: Text('ListTile'),
),