Home
last modified time | relevance | path

Searched refs:dismissButtonHeight (Results 1 – 1 of 1) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSnackbar.kt343 val dismissButtonHeight = dismissButtonPlaceable?.height ?: 0 in OneRowSnackbar() constant
367 val contentHeight = max(actionButtonHeight, dismissButtonHeight) in OneRowSnackbar()