Machines Screen
fun MachinesScreen(machines: List<<Error class: unknown class>>, onMachineButtonClicked: (<Error class: unknown class>) -> Unit = {}, modifier: Modifier = Modifier)
Shows the different Machines in the com.example.econoshow.data.LocalEconoShowDataProvider
Parameters
machines
The different Machines to display
on Machine Button Clicked
The callback for when a button is clicked. Returns the Machine
modifier
The Modifier applied to the component