density property
Controls spacing and padding density throughout the table.
Affects:
- Row vertical padding (VTableDensity.verticalPadding)
- Table horizontal padding (VTableDensity.horizontalPadding)
- Column spacing (VTableDensity.columnSpacing)
Defaults to VTableDensity.comfortable. Use VTableDensity.spacious for large displays and VTableDensity.compact for dense data or limited space.
Implementation
final VTableDensity density;