pub fn scroll_by<T>(id: impl Into<Id>, offset: AbsoluteOffset) -> Task<T>
Expand description
Scrolls the scrollable with the given Id
by the provided AbsoluteOffset
.
pub fn scroll_by<T>(id: impl Into<Id>, offset: AbsoluteOffset) -> Task<T>
Scrolls the scrollable with the given Id
by the provided AbsoluteOffset
.