TextSelectionPoint constructor
- Offset point,
- TextDirection? direction
Creates a description of a point in a text selection.
Implementation
const TextSelectionPoint(this.point, this.direction);
Creates a description of a point in a text selection.
const TextSelectionPoint(this.point, this.direction);