ScrollPositionOffset extension

on

Methods

ensureVisibleOffset(RenderObject object, {double alignment = 0.0, Duration duration = Duration.zero, Curve curve = Curves.ease, ScrollPositionAlignmentPolicy alignmentPolicy = ScrollPositionAlignmentPolicy.explicit, RenderObject? targetRenderObject, double offset = 0.0}) Future<void>
Copy of the regular ensureVisible but with an offset parameter for more hand precision scrolling.