ColumnNode constructor

ColumnNode(
  1. List<BlockNode> children
)

Implementation

ColumnNode(this.children);