Searched refs:SnackbarTokens (Results 1 – 2 of 2) sorted by relevance
29 import androidx.compose.material3.tokens.SnackbarTokens in <lambda>()117 shadowElevation = SnackbarTokens.ContainerElevation in <lambda>()119 val textStyle = SnackbarTokens.SupportingTextFont.value in <lambda>()120 val actionTextStyle = SnackbarTokens.ActionLabelTextFont.value in <lambda>()366 val minContainerHeight = SnackbarTokens.SingleLineContainerHeight.roundToPx() in OneRowSnackbar()385 val minContainerHeight = SnackbarTokens.TwoLinesContainerHeight.roundToPx() in OneRowSnackbar()414 @Composable get() = SnackbarTokens.ContainerShape.value418 @Composable get() = SnackbarTokens.ContainerColor.value422 @Composable get() = SnackbarTokens.SupportingTextColor.value426 @Composable get() = SnackbarTokens.ActionLabelTextColor.value[all …]
23 internal object SnackbarTokens { object