Function cosmic::iced_widget::scrollable::scroll_to
source ยท pub fn scroll_to<T>(id: Id, offset: AbsoluteOffset) -> Task<T>
Expand description
Produces a Task
that scrolls the Scrollable
with the given Id
to the provided AbsoluteOffset
.