BOTTOM constant Null safety

ScrollAlignment const BOTTOM

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

Implementation

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