MdTextStyleDto constructor
const
MdTextStyleDto({
- TextStyleDto? textStyle,
- SpacingDto? padding,
Implementation
const MdTextStyleDto({
this.textStyle,
this.padding,
});