Package-level declarations
Functions
Link copied to clipboard
fun Autofill(autofillTypes: ImmutableList<AutofillType>, onFill: (String) -> Unit, content: @Composable (AutofillNode) -> Unit, modifier: Modifier = Modifier)
Add autofill support to a given Composable
Link copied to clipboard
Modify element to add border with appearance specified with a border and a shape, pad the content by the BorderStroke.width and clip it.
Link copied to clipboard
Ignore the parent padding by horizontalPadding. Be careful since concretely it makes the maxWidth bigger which could make this composable clipped by the parent width if misused
Link copied to clipboard
Reserves at least 44.dp in size to disambiguate touch interactions if the element would measure smaller.