setChild method

void setChild(
  1. Widget? value
)

Implementation

void setChild(Widget? value) {
  child = value;
  _notify;
}