Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DAppBar.kt172 ZeroInsets,
277 ZeroInsets, in TopAppBar()
420 ZeroInsets, in BottomAppBar()
735 private val ZeroInsets = WindowInsets(0.dp) constant
DNavigationRail.kt174 NavigationRail(ZeroInsets, modifier, backgroundColor, contentColor, elevation, header, content) in NavigationRail()
446 private val ZeroInsets = WindowInsets(0.dp) constant
DBottomNavigation.kt163 BottomNavigation(ZeroInsets, modifier, backgroundColor, contentColor, elevation, content) in BottomNavigation()
444 private val ZeroInsets = WindowInsets(0.dp, 0.dp, 0.dp, 0.dp) constant