Composables UI is out: our new component library for Compose Multiplatform ->
Function

fillMaxSize

Fills the parent's maximum available width and height.

fillMaxSize

Source set: Android
public fun RemoteModifier.fillMaxSize(fraction: RemoteFloat = 1f.rf): RemoteModifier

Fills the parent's maximum available width and height.

Parameters

fraction The fraction of the parent's maximum size to use.

Last updated: