SelectionState constructor

const SelectionState({
  1. SelectionPoint? anchor,
  2. SelectionPoint? focus,
})

Implementation

const SelectionState({this.anchor, this.focus});