ModalFragment

fun <VM : ModalViewModel<P>> ModalFragment(viewModelClass: KClass<VM>)

Parameters

viewModelClass

The class of the ViewModel providing the content of this fragment.