CustomAttributeHandler constructor
CustomAttributeHandler({
- void beforeContent(
- Attribute<
Object?> attribute, - Node node,
- StringSink output
- Attribute<
- void afterContent(
- Attribute<
Object?> attribute, - Node node,
- StringSink output
- Attribute<
Implementation
CustomAttributeHandler({
this.beforeContent,
this.afterContent,
});