Kai Danz

Results 2 comments of Kai Danz

The modifier is used in the outer Row Row(modifier) { ... Benefit is that u can modify the Row itself without translating this modification to the element itself. As an...

@Composable fun CraneTabBar( modifier: Modifier = Modifier, onMenuClicked: () -> Unit, children: @Composable (Modifier) -> Unit ) { Row(modifier) {