title property
set
title
(String? title)
Implementation
set title(String? title) {
if (kIsWeb) {
SystemChrome.setApplicationSwitcherDescription(ApplicationSwitcherDescription(
label: title,
));
}
}