Slide 21
Slide 21 text
Icon(
imageVector = Icons.Filled.KeyboardArrowLeft,
contentDescription = "Next"
)
Image(
bitmap = ImageBitmap.imageResource(id = R.id.arrow_next),
contentDescription = ""
)
Text(
text = "Hello There",
modifier = Modifier.semantics {
contentDescription = "General Kenobi"
}
)