dense property

bool dense
final

Whether the TreeNode is vertically dense.

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

A dense TreeNode defaults to a smaller height.

Implementation

final bool dense;