description property
String
get
description
The text that is displayed in the URL dropdown. Can contain XML-style markup for styling. The supported tags are 'url' (for a literal URL), 'match' (for highlighting text that matched what the user's query), and 'dim' (for dim helper text). The styles can be nested, eg. .
Implementation
String get description => _wrapped.description;
set
description
(String v)
Implementation
set description(String v) {
_wrapped.description = v;
}