isThreeLine property
final
Whether this list tile is intended to display three lines of text.
If null, the value from ListTileThemeData.isThreeLine is used.
If that is also null, the value from ThemeData.listTileTheme is used.
If still null, the default value is false
.
Implementation
final bool? isThreeLine;