SelectionState constructor
const
SelectionState({
- SelectionPoint? anchor,
- SelectionPoint? focus,
Implementation
const SelectionState({this.anchor, this.focus});
const SelectionState({this.anchor, this.focus});