ItemScreen

abstract class ItemScreen<I, V>(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

Constructors

Link copied to clipboard
constructor(viewModel: V, bottomPadding: Dp = 16.dp)

Functions

Link copied to clipboard

Method to arrange the content of the screen to display

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