Mark constructor
const
Mark({})
Creates a <mark> highlight descriptor.
Implementation
const Mark(
{super.text,
super.className,
super.style,
super.attrs,
super.children = const [],
super.on})
: super('mark');