Node.paddingBoxForSpace

Get the node's padding box (outer box) for set available space.

class Node
const
Rectangle
paddingBoxForSpace
(
Rectangle space
)

Parameters

space Rectangle

Available space box given to the node.

Return Value

Type: Rectangle

The padding box calculated from the given space rectangle.

Meta