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