ChildrenProperty constructor

const ChildrenProperty({
  1. required List<Widget> children,
})

Implementation

const ChildrenProperty({
  required this.children,
}) : super(NodeProperties.children, children);