Android75
actions: @Composable RowScope.() -> Unit = {},
actions = { IconButton(onClick = { }) { Icon(imageVector = Icons.Default.Share, contentDescription = "", tint = BlueDentPad) } Icon( Icons.Filled.ColorLens,tint = BlueDentPad, contentDescription = "Localized description" ) }
fun RowScope.customAction()= { IconButton(onClick = { }) { Icon(imageVector = Icons.Default.Share, contentDescription = "", tint = BlueDentPad) } Icon( Icons.Filled.ColorLens, tint = BlueDentPad, contentDescription = "Localized description" ) }
A modern programming language that makes developers happier.