Execute.anchored constructor

Execute.anchored(
  1. Facing anchor, {
  2. required List<Widget> children,
  3. bool encapsulate = true,
  4. String targetFilePath = 'objd',
  5. String? targetFileName,
})

Sets the execution position(^ ^ ^) to the eyes or the feet.

Implementation

Execute.anchored(
  Facing anchor, {
  required this.children,
  this.encapsulate = true,
  this.targetFilePath = 'objd',
  this.targetFileName,
}) {
  _args = anchored(anchor).args;
}