selectPositionAt abstract method
TextSelection?
selectPositionAt({
- required Offset from,
- required SelectionChangedCause cause,
- Offset? to,
Returns the new selection. Note that the returned value may not be yet reflected in the latest widget state.
Returns null if no change occurred.
Implementation
TextSelection? selectPositionAt({required Offset from, required SelectionChangedCause cause, Offset? to});