centered property

bool centered
final

if set to true all node outcomes will be centered relatively to it's parent as much as it's possible in rectangular space. Useful to create tree-like structures with Alignment.center. Defaults to false.

Implementation

final bool centered;