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