MdCodeDto constructor

const MdCodeDto({
  1. TextStyleDto? textStyle,
  2. TextStyleDto? span,
  3. SpacingDto? padding,
  4. BoxDecorationDto? decoration,
  5. ColorDto? copyIconColor,
})

Implementation

const MdCodeDto({
  this.textStyle,
  this.span,
  this.padding,
  this.decoration,
  this.copyIconColor,
});