alignRight property

BlockAlignment get alignRight

Aligns the block to the right edge.

Implementation

BlockAlignment get alignRight => BlockAlignment(
      x,
      y,
      xEdgeAlignment: XEdgeAlignment.right,
      yEdgeAlignment: yEdgeAlignment,
    );