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