ActionControls
private fun ActionControls( expandsStepIcon: ImageVector, expanded: MutableState<Boolean>, dismissAction: (MutableState<Boolean>) -> Unit?, dismissIcon: ImageVector, dismissButtonColor: Color, confirmAction: (MutableState<Boolean>) -> Unit, confirmIcon: ImageVector, confirmColor: Color)
The action controls section to manage the StepAction
Parameters
expandsStepIcon
The icon used to expand each step
expanded
Whether the section is visible
dismissAction
The action to execute when the action dismissed
dismissIcon
The representative icon to indicate to dismiss the current action
dismissButtonColor
The color of the dismiss button
confirmAction
The action to execute when the action confirmed
confirmIcon
The representative icon to indicate to confirm the current action
confirmColor
The color of the confirm button