dense property Null safety
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;
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.
final bool dense;