Creates a description of a point in a text selection.
The point argument must not be null.
Source
TextSelectionPoint(this.point, this.direction) {
assert(point != null);
}
Creates a description of a point in a text selection.
The point argument must not be null.
TextSelectionPoint(this.point, this.direction) {
assert(point != null);
}