pub fn select_range<T>( id: impl Into<Id>, start: Position, end: Position, ) -> Task<T>
Selects the given content range of the widget with the given Id.
Id