dividerThickness property

double? dividerThickness
final

The width of the divider that appears between TableRows.

Must be greater than or equal to zero.

If null, DataTableThemeData.dividerThickness is used. This value defaults to 1.0.

Implementation

final double? dividerThickness;