HomeScreen

fun HomeScreen(onAnywhereClick: () -> Unit = {}, modifier: Modifier = Modifier)

The first screen that is displayed when launching the app

This is also the furthest back the navstack can navigate to. This is the screen the AFK controller navigates to. This is the screen that greets users and calls them to action.

Parameters

onAnywhereClick

Method that navigates user to the MachineTypesScreen

modifier

The Modifier applied to the component