menu
chrome_extension package
documentation
page_action.dart
SetTitleDetails
title property
title property
dark_mode
light_mode
title
property
String
get
title
The tooltip string.
Implementation
String get title => _wrapped.title;
set
title
(
String
v
)
Implementation
set title(String v) { _wrapped.title = v; }
chrome_extension package
documentation
page_action
SetTitleDetails
title property
SetTitleDetails class