TOP constant Null safety

ScrollAlignment const TOP

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

Implementation

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