Create Screen
abstract class CreateScreen<I, V : EquinoxViewModel>(itemId: String?, creationTitle: StringResource, editingTitle: StringResource, viewModel: V) : PandoroScreen<V> , SessionFlowStateScreenConsumer
The CreateScreen serves as a base screen to create a new item or edit an existing one
Author
N7ghtm4r3 - Tecknobit
Parameters
item Id
The identifier of the item to edit
view Model
The support viewmodel of the screen