title method
Sets the document title — appears in the browser tab.
Implementation
AppBuilder title(String value) {
_title = value;
return this;
}
Sets the document title — appears in the browser tab.
AppBuilder title(String value) {
_title = value;
return this;
}