ClosedCaptionsToggleAction
fun ClosedCaptionsToggleAction( modifier: Modifier = Modifier, active: Boolean, enabled: Boolean = true, shape: Shape? = null, enabledColor: Color? = null, disabledColor: Color? = null, onCallAction: (ClosedCaptionsAction) -> Unit)
A call action button represents displaying the call captions.
Parameters
modifier
Optional Modifier for this action button.
enabled
Whether or not this action button will handle input events.
onCallAction
A CallAction event that will be fired.