moveColumn abstract method

void moveColumn({
  1. required PlutoColumn column,
  2. required PlutoColumn targetColumn,
})
inherited

Move column position to targetColumn.

In case of column.frozen.isNone and targetColumn.frozen.isFroze, If the width constraint of a frozen column is narrow, it cannot be moved.

Implementation

void moveColumn({
  required PlutoColumn column,
  required PlutoColumn targetColumn,
});