StackIntrinsicStates constructor

const StackIntrinsicStates()

Implementation

const StackIntrinsicStates()
    : super(
        nodeIcon: 'nodes/freeform.svg',
        displayName: 'Freeform',
        type: NType.stack,
        canHave: ChildrenEnum.children,
        triggers: const [],
      );