setTitle method

void setTitle(
  1. String? value
)

Implementation

void setTitle(String? value) {
  onNotifyWithCallback(() => title = value);
}