dense property

bool? dense
final

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

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

Dense list tiles default to a smaller width.

Implementation

final bool? dense;