DeclarativeMdx constructor
const
DeclarativeMdx(
- DeclarativeMdxConfiguration configuration, {
- Key? key,
- bool isHorizontal = false,
- Customizations? customizations,
Implementation
const DeclarativeMdx(
this.configuration, {
super.key,
this.isHorizontal = false,
this.customizations,
});