setTitle method

void setTitle(
  1. String t
)

Implementation

void setTitle(String t) {
  _title = t;
  notifyListeners();
}