Skip to content

Instantly share code, notes, and snippets.

View dawidhyzy's full-sized avatar

Dawid Hyży dawidhyzy

View GitHub Profile
// Copyright 2024 Google LLC.
// SPDX-License-Identifier: Apache-2.0
@OptIn(ExperimentalFoundationApi::class)
@Composable
fun PositionFocusedItemInLazyLayout(
parentFraction: Float = 0.3f,
childFraction: Float = 0f,
content: @Composable () -> Unit,
) {