Wbr function
A word break opportunity element.
The HTML <wbr> element represents a word break opportunity.
Implementation
Component Wbr({
String? className,
String? style,
String? id,
Map<String, String>? attributes,
Map<String, EventCallback>? events,
Key? key,
}) {
return jaspr.wbr(
classes: className,
styles: parseStyles(style),
id: id,
attributes: attributes,
events: events,
key: key,
);
}