Start native apps faster with the Composables CLI ->
Property

intrinsicSize

Return the intrinsic size of the Painter.

Source set: Common
public abstract val intrinsicSize: Size

Return the intrinsic size of the Painter. If the there is no intrinsic size (i.e. filling bounds with an arbitrary color) return Size.Unspecified. If there is no intrinsic size in a single dimension, return Size with Float.NaN in the desired dimension. If a Painter does not have an intrinsic size, it will always draw within the full bounds of the destination