Item Screen
abstract class ItemScreen<I, V : EquinoxViewModel>(viewModel: V, bottomPadding: Dp = 16.dp) : PandoroScreen<V> , SessionFlowStateScreenConsumer
The ItemScreen serves as a base screen to display the data related to an item
Author
N7ghtm4r3 - Tecknobit
Parameters
view Model
The support viewmodel of the screen
bottom Padding
The value of the bottom padding to use