default Attribute Block
fun defaultAttributeBlock(type: DotWriter.DefaultAttributeBlockType, block: (DotWriter.AttributeWriter) -> Unit)
Content copied to clipboard
Emit an appropriately indented default attribute block.
Parameters
type
The DefaultAttributeBlockType of the default attribute block.
block
The lambda to apply to emit the content of the block.
Throws
If emission fails.