TOP constant - ScrollAlignment class - dart:html library (original) (raw)
ScrollAlignment const TOP
Attempt to align the element to the top of the scrollable area.
Implementation
static const TOP = const ScrollAlignment._internal('TOP');
ScrollAlignment const TOP
Attempt to align the element to the top of the scrollable area.
static const TOP = const ScrollAlignment._internal('TOP');