The New List Tile Theme In Flutter 2.9
Did you know we now have a new List Tile ThemeData in Flutter 2.9? Let me show you how to use it.
Using List Tile ThemeData
The example code is part of the navbar adaptive demo in this repo:
List Tile ThemeData
It’s just stetting the colors of icon, select color, text color, tile color, and the selected tile color. And, of course, min leading width.
And, there is a special use case where we need to use ListTile Theme. Remember under Material Design certain things get an overlay. In the adaptive navigation pattern due to the drawer theme settings, we will get an overlay on the list tiles in the appbar drawer.
Thus, my temp inverseSurface ColorScheme color work-around should be applied as a local theme to the list…