wisdom
Olivier Patry
TopAppBar( navigationIcon = { IconButton(onClick = {}) { Icon(xx, xxx) } }, title = {}, backgroundColor = MaterialTheme.colors.surface, elevation = 0.dp, actions = { IconButton(onClick = onProfileClick) { CoilImage( data = profilePictureUrl, profileName, Modifier .size(48.dp) .padding(8.dp) .fillMaxHeight(), requestBuilder = { transformations(CircleCropTransformation()) }, fadeIn = true ) } } )
A modern programming language that makes developers happier.