child method

Implementation

DefineMContainerModifier child(Widget value) {
  return this.copyWith(valueChild: value);
}