Execute.align constructor
Execute.align(})
Aligns the position to the corners of the block grid.
Implementation
Execute.align(
String axis, {
required this.children,
this.encapsulate = true,
this.targetFilePath = 'objd',
this.targetFileName,
}) {
_args = align(axis).args;
}