Wrap your ListTile
with a Card
widget, but be aware that you may lose the splash effect if you only wrap it with the Card
. To maintain the splash effect, remove the tileColor
property from the ListTile
. Instead, set the color directly on the Card
widget. This way, you'll keep the desired splash effect.