Abbr constructor
Abbr({})
Creates an <abbr> abbreviation descriptor with title shorthand.
Implementation
Abbr({super.text, String? title, super.className, super.style, Map<String, String>? attrs, super.children = const [], super.on})
: super('abbr', attrs: _mergeAttrs(attrs, {if (title != null) 'title': title}));