CustomAttributeHandler constructor

CustomAttributeHandler({
  1. void beforeContent(
    1. Attribute<Object?> attribute,
    2. Node node,
    3. StringSink output
    )?,
  2. void afterContent(
    1. Attribute<Object?> attribute,
    2. Node node,
    3. StringSink output
    )?,
})

Implementation

CustomAttributeHandler({
  this.beforeContent,
  this.afterContent,
});