IconTextRow
fun IconTextRow(onClick: () -> Unit, iconId: Int, contentDescription: String, text: String, testTag: String)
Composable function for creating an IconTextRow. It creates an IconTextRow for a given screen.
Parameters
onClick
The function to be invoked when the screen is clicked.
iconId
The resource ID of the icon.
contentDescription
The content description of the icon.
text
The text to display.
testTag
The test tag for the IconTextRow.