$title function

Attribute<GlobalHTMLAttribute> $title(
  1. String value
)

Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip.

Implementation

Attribute<GlobalHTMLAttribute> $title(String value) {
  return Attribute('title', value);
}