Kevin Hester
02/17/2020, 5:49 PMTextField(
value = message.value,
onValueChange = { message.value = it },
textStyle = TextStyle(
color = colors.onSecondary.copy(alpha = 0.8f)
),
imeAction = ImeAction.Send,
onImeActionPerformed = {
<http://MessagesState.info|MessagesState.info>("did IME action")
},
modifier = LayoutPadding(4.dp)
)