setContent method

void setContent(
  1. Widget? value
)

Implementation

void setContent(Widget? value) {
  onNotifyWithCallback(() => content = value);
}