IOSNSAttributedString constructor

IOSNSAttributedString({
  1. required String string,
  2. Color? backgroundColor,
  3. double? baselineOffset,
  4. double? expansion,
  5. Color? foregroundColor,
  6. double? kern,
  7. int? ligature,
  8. double? obliqueness,
  9. Color? strikethroughColor,
  10. IOSNSUnderlineStyle? strikethroughStyle,
  11. Color? strokeColor,
  12. double? strokeWidth,
  13. IOSNSAttributedStringTextEffectStyle? textEffect,
  14. Color? underlineColor,
  15. IOSNSUnderlineStyle? underlineStyle,
})

Implementation

IOSNSAttributedString({
  required this.string,
  this.backgroundColor,
  this.baselineOffset,
  this.expansion,
  this.foregroundColor,
  this.kern,
  this.ligature,
  this.obliqueness,
  this.strikethroughColor,
  this.strikethroughStyle,
  this.strokeColor,
  this.strokeWidth,
  this.textEffect,
  this.underlineColor,
  this.underlineStyle,
});