resizeColumn abstract method

void resizeColumn(
  1. PlutoColumn column,
  2. double offset
)
inherited

Resize column size

In case of column.frozen.isFrozen, it is not changed if the width constraint of the frozen column is narrow.

Implementation

void resizeColumn(PlutoColumn column, double offset);