DeclarativeMdx constructor

const DeclarativeMdx(
  1. DeclarativeMdxConfiguration configuration, {
  2. Key? key,
  3. bool isHorizontal = false,
  4. Customizations? customizations,
})

Implementation

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