titleAlignment property

ListTileTitleAlignment? titleAlignment
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:

Implementation

final ListTileTitleAlignment? titleAlignment;