right property

Align get right

居右 >>>

Implementation

Align get right {
  return Align(
    alignment: Alignment(1, 0),
    child: this,
  );
}