PandoroScreen

abstract class PandoroScreen<V>(viewModel: V)

The PandoroScreen class is useful to provides the basic behavior of a Pandoro's UI screen

Author

N7ghtm4r3 - Tecknobit

Parameters

viewModel

The support viewmodel for the screen

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(viewModel: V)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Method to calculated the bottom padding based on the isBottomNavigationMode flag

Link copied to clipboard

Method to calculated the start padding based on the isBottomNavigationMode flag