Options for Element.scrollIntoView.
Constants
- dynamic BOTTOM = const ScrollAlignment._internal('BOTTOM')
-
constAttempt to align the element to the bottom of the scrollable area.
- dynamic CENTER = const ScrollAlignment._internal('CENTER')
-
constAttempt to center the element in the scrollable area.
- dynamic TOP = const ScrollAlignment._internal('TOP')
-
constAttempt to align the element to the top of the scrollable area.
Methods
-
toString(
) → dynamic - Returns a string representation of this object.