MdTextStyleDto constructor

const MdTextStyleDto({
  1. TextStyleDto? textStyle,
  2. SpacingDto? padding,
})

Implementation

const MdTextStyleDto({
  this.textStyle,
  this.padding,
});