setChildren method

void setChildren(
  1. List<Widget> value
)

Implementation

void setChildren(List<Widget> value) {
  onNotifyWithCallback(() => children = value);
}