CreateScreen

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

Constructors

Link copied to clipboard
constructor(itemId: String?, viewModel: V)

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

Method to collect or instantiate the states of the screen