wbr top-level property

String wbr
final

Contains a <wbr> HTML tag, used to embed WidgetElement value.

The <wbr> HTML element represents a word break opportunity—a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location. Read more...

Implementation

final wbr = '<${Wbr().node.tag}>';