-
public final class FillMaxRectangleKt
-
-
Method Summary
Modifier and Type Method Description final static ModifierfillMaxRectangle(Modifier $self)A Modifier for adding padding for round devices for rectangular content. -
-
Method Detail
-
fillMaxRectangle
@Stable() final static Modifier fillMaxRectangle(Modifier $self)
A Modifier for adding padding for round devices for rectangular content.
If the device is round, an equal amount of padding required to inset the content inside the circle.
This method assumes that the layout will fill the entire screen, and that there are no oval devices.
-
-
-
-