FlipCameraAction

fun FlipCameraAction(    modifier: Modifier = Modifier,     enabled: Boolean = true,     color: Color? = null,     iconTint: Color? = null,     onCallAction: (FlipCamera) -> Unit)

A call action button represents flipping a camera.

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.