LinkStyleDto constructor

LinkStyleDto(
  1. String? textColor,
  2. bool underline,
  3. double? fontSize
)

Implementation

LinkStyleDto(this.textColor, this.underline, this.fontSize);