ItemScreen
abstract class ItemScreen<I, V : EquinoxViewModel>(viewModel: V, bottomPadding: Dp = 16.dp) : PandoroScreen<V>
The ItemScreen serves as a base screen to display the data related to an item
Author
N7ghtm4r3 - Tecknobit
Parameters
viewModel
The support viewmodel of the screen
bottomPadding
The value of the bottom padding to use
See also
com.tecknobit.equinoxcompose.helpers.session.EquinoxScreen
Inheritors
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
Link copied to clipboard