Pandoro Screen
abstract class PandoroScreen<V : EquinoxViewModel>(onNavBack: () -> Unit? = null, viewModel: V) : EquinoxScreen<V>
The PandoroScreen class is useful to provides the basic behavior of a Pandoro's UI screen
Author
N7ghtm4r3 - Tecknobit
Parameters
on Nav Back
The callback to invoke when the user request to navigate back
view Model
The support viewmodel for the screen
See also
Equinox Screen