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