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