ScrollAlignment class - dart:html library (original) (raw)
Options for Element.scrollIntoView.
Properties
The hash code for this object.
no setterinherited
A representation of the runtime type of the object.
no setterinherited
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
override
Operators
operator ==(Object other)→ bool
The equality operator.
inherited
Constants
BOTTOM → const ScrollAlignment
Attempt to align the element to the bottom of the scrollable area.
CENTER → const ScrollAlignment
Attempt to center the element in the scrollable area.
TOP → const ScrollAlignment
Attempt to align the element to the top of the scrollable area.