MdCodeDto constructor
      const
      MdCodeDto({ 
    
    
- TextStyleDto? textStyle,
- TextStyleDto? span,
- SpacingDto? padding,
- BoxDecorationDto? decoration,
- ColorDto? copyIconColor,
Implementation
const MdCodeDto({
  this.textStyle,
  this.span,
  this.padding,
  this.decoration,
  this.copyIconColor,
});