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