pub fn scroll_by<T>(target: Id, offset: AbsoluteOffset) -> impl Operation<T>
Expand description
Produces an Operation
that scrolls the widget with the given Id
by
the provided AbsoluteOffset
.
pub fn scroll_by<T>(target: Id, offset: AbsoluteOffset) -> impl Operation<T>
Produces an Operation
that scrolls the widget with the given Id
by
the provided AbsoluteOffset
.