BlockAlignment constructor

const BlockAlignment(
  1. double x,
  2. double y, {
  3. XEdgeAlignment xEdgeAlignment = XEdgeAlignment.left,
  4. YEdgeAlignment yEdgeAlignment = YEdgeAlignment.bottom,
})

Implementation

const BlockAlignment(
  this.x,
  this.y, {
  this.xEdgeAlignment = XEdgeAlignment.left,
  this.yEdgeAlignment = YEdgeAlignment.bottom,
});