ChildWidget constructor

ChildWidget(
  1. String name,
  2. ChildWidgetValue value
)

Implementation

ChildWidget(this.name, this.value);