Compose Unstyled 2.0 is out! Check the official announcement blog ->
Property

LocalIconSize

CompositionLocal containing the preferred size of an icon.

Source set: Android
public val LocalIconSize: ProvidableCompositionLocal<Dp>

CompositionLocal containing the preferred size of an icon. This value will be used by Icon by default - it can be overridden with a size modifier.

Last updated: