Options for Element.scrollIntoView.

Constants

dynamic BOTTOM = const ScrollAlignment._internal('BOTTOM')
const
Attempt to align the element to the bottom of the scrollable area.
dynamic CENTER = const ScrollAlignment._internal('CENTER')
const
Attempt to center the element in the scrollable area.
dynamic TOP = const ScrollAlignment._internal('TOP')
const
Attempt to align the element to the top of the scrollable area.

Methods

toString() → dynamic
Returns a string representation of this object.