widthOf method
Effective width of column id. Falls back to the schema's
ColumnSpec.defaultWidth, then to 120 if no spec exists.
Implementation
double widthOf(ColId id) =>
_columnWidths[id] ?? schema.column(id)?.defaultWidth ?? 120;
Effective width of column id. Falls back to the schema's
ColumnSpec.defaultWidth, then to 120 if no spec exists.
double widthOf(ColId id) =>
_columnWidths[id] ?? schema.column(id)?.defaultWidth ?? 120;