RowIntrinsicStates constructor

RowIntrinsicStates()

Implementation

RowIntrinsicStates()
    : super(
        nodeIcon: 'nodes/row.svg',
        displayName: NodeType.name(NType.row),
        type: NType.row,
        maxChildren: null,
        canHave: ChildrenEnum.children,
        triggers: [],
      );