Dart API Reference
dart:html
ScrollAlignment
ScrollAlignment
class
Options for Element.scrollIntoView.
Options for Element.scrollIntoView.
Constants
TOP
=
const ScrollAlignment._internal('TOP')
Attempt to align the element to the top of the scrollable area.
CENTER
=
const ScrollAlignment._internal('CENTER')
Attempt to center the element in the scrollable area.
BOTTOM
=
const ScrollAlignment._internal('BOTTOM')
Attempt to align the element to the bottom of the scrollable area.
Instance Methods
toString
(
) →
dynamic
Returns a string representation of this object.