setAppTitle method
Set the application-level title used as the final fallback.
Triggers a title recomputation.
Implementation
TitleManager setAppTitle(String? appTitle) {
_appTitle = appTitle;
_applyTitle();
return this;
}
Set the application-level title used as the final fallback.
Triggers a title recomputation.
TitleManager setAppTitle(String? appTitle) {
_appTitle = appTitle;
_applyTitle();
return this;
}