topRight property

Align get topRight

Aligns the child widget to the top-right corner of its parent.

Equivalent to using align(Alignment.topRight).

Implementation

Align get topRight => _align(Alignment.topRight);