alignVCenter property

BlockAlignment get alignVCenter

Aligns the block to the vertical center.

Implementation

BlockAlignment get alignVCenter => BlockAlignment(
      x,
      y,
      xEdgeAlignment: xEdgeAlignment,
      yEdgeAlignment: YEdgeAlignment.center,
    );