resolveColumnDepth property

int? Function(PlutoColumn column) resolveColumnDepth
final

Determine the depth based on the cell column.

// Determine the depth according to the column order.
resolveColumnDepth: (column) => stateManager.columnIndex(column),

Implementation

final int? Function(PlutoColumn column) resolveColumnDepth;