ContainerNode constructor

ContainerNode(
  1. Container widget
)

Creates a new instance of ContainerNode.

Implementation

ContainerNode(super.widget) : super(element: html.DivElement());