NavigateCellEvent constructor

NavigateCellEvent(
  1. CellNavDirection direction, {
  2. bool extend = false,
})

Implementation

NavigateCellEvent(this.direction, {this.extend = false});