Package-level declarations
Types
Link copied to clipboard
data class NodeStyle(val foregroundColor: Color? = null, val backgroundColor: Color? = null, val borderColor: Color? = null, val borderWidth: Sizes? = null, val borderStyle: NodeStyle.BorderStyle? = null, val margin: Sizes? = null, val padding: Sizes? = null, val cornerRadius: Sizes? = null, val alignment: NodeStyle.Alignment? = null, val textAlignment: NodeStyle.TextAlignment? = null, val textTransform: TextTransformData? = null)
Style of a StylableNode, such as a com.quarkdown.core.ast.quarkdown.block.Container.
Link copied to clipboard
A node that can be styled after a NodeStyle attribute.