isThreeLine property

bool? isThreeLine
final

Whether this list tile is intended to display three lines of text.

If null then the ambient ListTileThemeData.isThreeLine is used. If that is also null, the default value is false.

Implementation

final bool? isThreeLine;