Insets Type
Represents the values for a type of insets, and stores information about the layout insets, animating insets, and visibility of the insets.
InsetsType instances are commonly stored in a WindowInsets instance.
Constructors
InsetsType
Link copied to clipboard
fun InsetsType()
Content copied to clipboard
Functions
Properties
animatedInsets
Link copied to clipboard
animationFraction
Link copied to clipboard
animationInProgress
Link copied to clipboard
layoutInsets
Link copied to clipboard
Extensions
coerceEachDimensionAtLeast
Link copied to clipboard
fun InsetsType.coerceEachDimensionAtLeast(minimumValue: InsetsType): Insets
Content copied to clipboard
Ensures that each dimension is not less than corresponding dimension in the specified minimumValue.
toPaddingValues
Link copied to clipboard
@Composable()
Content copied to clipboard
@Composable()
Content copied to clipboard