ScrollToOffsetHandler typedef
Signature for the SemanticsAction.scrollToOffset handlers to scroll the
scrollable container to the given targetOffset
.
Implementation
typedef ScrollToOffsetHandler = void Function(Offset targetOffset);
Signature for the SemanticsAction.scrollToOffset handlers to scroll the
scrollable container to the given targetOffset
.
typedef ScrollToOffsetHandler = void Function(Offset targetOffset);