Machine Types Screen
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
machine Types
The different MachineType to display
on Machine Type Button Clicked
The callback for when a button is clicked. Returns the MachineType
modifier
The Modifier applied to the component