I mean to say androidx.appcompat.app.AppCompatDialogFragment and androidx.fragment.app.DialogFragment: the documentation says that the first one is a subclass of the second one and that the first one uses an androidx.appcompat.app.AppCompatDialog in order to apply the AppCompat themes.
But which have I to use with Material Components for Android (MDC-Android)?