Information Screen
fun InformationScreen(machine: <Error class: unknown class>, subScreenIndex: Int = 0, onSegmentedButtonClick: (Int) -> Unit, modifier: Modifier = Modifier)
Displays all the information on a Machine
This will hold the necessary navigation elements as well as control the logic of which additional screen to display: BrochureSubScreen, VideoLibrarySubScreen, &LayoutSubScreen
Parameters
machine
The Machine to display the information of
sub Screen Index
The index that controls which subscreen to display
on Segmented Button Click
The method that controls what happens in the segmented button, used to change the subscreen
modifier
The Modifier applied to the component