defaultColumnWidth property

double defaultColumnWidth
final

The width of each column.

If the columnWidthMode is set for SfDataGrid or GridColumn, or GridColumn.width is set, defaultColumnWidth will not be considered.

Defaults to 90.0 for Android & iOS and 100.0 for Web.

Implementation

final double defaultColumnWidth;