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');
Creates a <mark> highlight descriptor.
const Mark({super.text, super.className, super.style, super.attrs, super.children = const [], super.on}) : super('mark');