Package 

Class FillMaxRectangleKt

    • Method Summary

      Modifier and Type Method Description
      final static Modifier fillMaxRectangle(Modifier $self) A Modifier for adding padding for round devices for rectangular content.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.