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)
Link copied to clipboard
interface StylableNode : Node

A node that can be styled after a NodeStyle attribute.