CreateScreen
abstract class CreateScreen<I, V : EquinoxViewModel>(itemId: String?, viewModel: V) : PandoroScreen<V>
The CreateScreen serves as a base screen to create a new item or edit an existing one
Author
N7ghtm4r3 - Tecknobit
Parameters
itemId
The identifier of the item to edit
viewModel
The support viewmodel of the screen
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