CurrentCellActivatedCallback typedef

CurrentCellActivatedCallback = void Function(RowColumnIndex newRowColumnIndex, RowColumnIndex oldRowColumnIndex)

Signature for SfDataGrid.onCurrentCellActivated callback.

Implementation

typedef CurrentCellActivatedCallback =
    void Function(
      RowColumnIndex newRowColumnIndex,
      RowColumnIndex oldRowColumnIndex,
    );