IOSNSAttributedString constructor
IOSNSAttributedString({
- Color? backgroundColor,
- double? baselineOffset,
- double? expansion,
- Color? foregroundColor,
- double? kern,
- int? ligature,
- double? obliqueness,
- Color? strikethroughColor,
- IOSNSUnderlineStyle? strikethroughStyle,
- required String string,
- Color? strokeColor,
- double? strokeWidth,
- IOSNSAttributedStringTextEffectStyle? textEffect,
- Color? underlineColor,
- IOSNSUnderlineStyle? underlineStyle,
Implementation
IOSNSAttributedString(
{this.backgroundColor,
this.baselineOffset,
this.expansion,
this.foregroundColor,
this.kern,
this.ligature,
this.obliqueness,
this.strikethroughColor,
this.strikethroughStyle,
required this.string,
this.strokeColor,
this.strokeWidth,
this.textEffect,
this.underlineColor,
this.underlineStyle});