Placeable¶
interface Placeable
The result of measuring a node, which can subsequently be positioned via placeAt.
Inheritors¶
Properties¶
height¶
The measured height in pixels.
size¶
The measured size as an IntSize value.
width¶
The measured width in pixels.
Functions¶
placeAt¶
Places this node at the given screen coordinates.
Parameters
-
x: Absolute x position in screen pixels.
-
y: Absolute y position in screen pixels.
Places this node using an IntOffset convenience type.