This site requires javascript.
Android Code Search
file:androidx/compose/foundation/layout/Size.kt function:requiredSize
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
Size.kt
content_copy
Preview
324:
325:
326:
@Stable
fun
Modifier.
requiredSize
(size: Dp) =
this.then(
352:
353:
354:
@Stable
fun
Modifier.
requiredSize
(width: Dp, height: Dp) =
this.then(
379:
380:
381:
*/
@Stable
fun
Modifier.
requiredSize
(size: DpSize) = requiredSize(size.width, size.height)
436:
437:
438:
@Stable
fun
Modifier.
requiredSize
In(
minWidth: Dp = Dp.Unspecified,
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main