TOP constant - ScrollAlignment class - dart:html library (original) (raw)

description

ScrollAlignment const TOP

Attempt to align the element to the top of the scrollable area.

Implementation

static const TOP = const ScrollAlignment._internal('TOP');