topEnd constant

AlignmentDirectional const topEnd = const AlignmentDirectional(1.0, -1.0)

The top corner on the "end" side.

Implementation

static const AlignmentDirectional topEnd = AlignmentDirectional(1.0, -1.0)