Package-level declarations
Properties
Functions
Shape which leaves bottom start and bottom end corner unchanged, and applies a specified Dp on other corners.
Shape which leaves bottom end corner unchanged, and applies a specified Dp on other corners.
Shape which leaves bottom start corner unchanged, and applies a specified Dp on other corners.
Handy equivalent of Dispatchers.TargetDefault.
Shape which leaves top end and bottom end corner unchanged, and applies a specified Dp on other corners.
Extension function for a Modifier to scale a Composable (up) on focus.
Load something from resources easily.
Handy equivalent of Dispatchers.TargetIO.
Extension function to apply changes to a Modifier if the Composable is focused.
Handy equivalent of CoroutineScope.launch to launch directly with the defaultDispatcher.
Handy equivalent of CoroutineScope.launch to launch directly with the ioDispatcher.
Handy equivalent of CoroutineScope.launch to launch directly with the mainDispatcher.
Easy method to load images as app icon on a ComposeWindow.
Handy equivalent of Dispatchers.TargetMain.
Shape which applies a specified Dp on all corners. Useful as middle part for StartCornerShape and EndCornerShape for example.
Extension function to get notified if the Composable is focused.
Extension function for a Modifier to scale a Composable (down) on click.
Shape which leaves top start and bottom start corner unchanged, and applies a specified Dp on other corners.
Shape which leaves top start and top end corner unchanged, and applies a specified Dp on other corners.
Shape which leaves top end and bottom start corner unchanged, and applies a specified Dp on other corners.
Shape which leaves top end corner unchanged, and applies a specified Dp on other corners.
Shape which leaves top start and bottom end corner unchanged, and applies a specified Dp on other corners.
Shape which leaves top start corner unchanged, and applies a specified Dp on other corners.
Get Material3 androidx.compose.material3.Typography with default sizes.
Extension function for a Modifier to translate a Composable vertically on click.
Handy equivalent of withContext to switch directly with the defaultDispatcher.
Handy equivalent of withContext to switch directly with the ioDispatcher.
Handy equivalent of withContext to switch directly with the mainDispatcher.