alignLeft property

BlockAlignment get alignLeft

Aligns the block to the left edge.

Implementation

BlockAlignment get alignLeft => BlockAlignment(
      x,
      y,
      xEdgeAlignment: XEdgeAlignment.left,
      yEdgeAlignment: yEdgeAlignment,
    );