PositionableContainer

Represents an item whose children (Positionables) are being manipulated by a Layout.

See also

Inheritors

Properties

Link copied to clipboard
abstract val children: List<Positionable>

The list of children within this item

Link copied to clipboard
abstract val height: Double

Vertical extent of this item

Link copied to clipboard
abstract var idealSize: Size?

Size that would best display this item, or null if no preference

Link copied to clipboard
abstract val insets: Insets

Hint that children should be inset from the edges

Link copied to clipboard
abstract var minimumSize: Size

Minimum size preferred by this item

Link copied to clipboard
abstract val size: Size

Width-height of this item

Link copied to clipboard
abstract val width: Double

Horizontal extent of this item