getSpan method

CellSpan? getSpan(
  1. int row,
  2. int column
)

Implementation

CellSpan? getSpan(int row, int column) => spans['$row:$column'];