Dart SDK
dart:html
ScrollAlignment
constant TOP
TOP
class ScrollAlignment
Properties
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
BOTTOM
CENTER
TOP
dynamic
TOP
=
const ScrollAlignment._internal('TOP')
Attempt to align the element to the top of the scrollable area.
property TOP