titleAlignment property
final
Defines how ListTile.leading and ListTile.trailing are vertically aligned relative to the ListTile's titles (ListTile.title and ListTile.subtitle).
If this property is null then ListTileThemeData.titleAlignment is used. If that is also null then ListTileTitleAlignment.threeLine is used.
See also:
- ListTileTheme.of, which returns the nearest ListTileTheme's ListTileThemeData.
Implementation
final ListTileTitleAlignment? titleAlignment;