DeclarativeMdx constructor

const DeclarativeMdx(
  1. DeclarativeMdxConfiguration configuration, {
  2. Key? key,
  3. Customizations? customizations,
})

Implementation

const DeclarativeMdx(this.configuration, {super.key, this.customizations});