dense property

bool? dense
final

Whether this list tile is part of a vertically dense list.

If this property is null then its value is based on ListTileTheme.dense.

Dense list tiles default to a smaller height.

It is not recommended to set dense to true when ThemeData.useMaterial3 is true.

Implementation

final bool? dense;