data class BoxModel
Box model.
<init> |
Box model. BoxModel(content: Quad, padding: Quad, border: Quad, margin: Quad, width: Int, height: Int, shapeOutside: ShapeOutsideInfo? = null) |
border |
Border box val border: Quad |
content |
Content box val content: Quad |
height |
Node height val height: Int |
margin |
Margin box val margin: Quad |
padding |
Padding box val padding: Quad |
shapeOutside |
Shape outside coordinates val shapeOutside: ShapeOutsideInfo? |
width |
Node width val width: Int |