MachineTypesScreen

fun MachineTypesScreen(machineTypes: List<<Error class: unknown class>>, onMachineTypeButtonClicked: (<Error class: unknown class>) -> Unit = {}, modifier: Modifier = Modifier)

Shows the different MachineTypes in the com.example.econoshow.data.LocalEconoShowDataProvider

Parameters

machineTypes

The different MachineType to display

onMachineTypeButtonClicked

The callback for when a button is clicked. Returns the MachineType

modifier

The Modifier applied to the component