set method

NikuTextField set({
  1. TextEditingController? controller,
  2. String initialValue = '',
  3. FocusNode? focusNode,
  4. TextInputType? keyboardType,
  5. TextCapitalization textCapitalization = TextCapitalization.none,
  6. TextInputAction? textInputAction,
  7. TextDirection? textDirection,
  8. TextAlign textAlign = TextAlign.start,
  9. TextAlignVertical? textAlignVertical,
  10. bool autofocus = false,
  11. bool readOnly = false,
  12. ToolbarOptions? toolbarOptions,
  13. bool? showCursor,
  14. String obscuringCharacter = '•',
  15. bool obscureText = false,
  16. bool autocorrect = true,
  17. SmartDashesType? smartDashesType,
  18. SmartQuotesType? smartQuotesType,
  19. bool enableSuggestions = true,
  20. bool maxLengthEnforced = true,
  21. int maxLines = 1,
  22. int? minLines,
  23. bool expands = false,
  24. int? maxLength,
  25. ValueChanged<String>? onChanged,
  26. GestureTapCallback? onTap,
  27. VoidCallback? onEditingComplete,
  28. ValueChanged<String>? onFieldSubmitted,
  29. FormFieldSetter<String>? onSaved,
  30. FormFieldValidator<String>? validator,
  31. List<TextInputFormatter>? inputFormatters,
  32. bool? enabled,
  33. double cursorWidth = 2.0,
  34. double? cursorHeight,
  35. Radius? cursorRadius,
  36. Color? cursorColor,
  37. Brightness? keyboardAppearance,
  38. EdgeInsets scrollPadding = const EdgeInsets.all(20.0),
  39. bool enableInteractiveSelection = true,
  40. InputCounterWidgetBuilder? buildCounter,
  41. ScrollPhysics? scrollPhysics,
  42. Iterable<String>? autofillHints,
  43. AutovalidateMode? autovalidateMode,
  44. Widget? input_icon,
  45. String? input_labelText,
  46. String? input_helperText,
  47. int? input_helperMaxLines,
  48. String? input_hintText,
  49. int? input_hintMaxLines,
  50. String? input_errorText,
  51. int? input_errorMaxLines,
  52. FloatingLabelBehavior input_floatingLabelBehavior = FloatingLabelBehavior.auto,
  53. bool input_isCollapsed = false,
  54. bool? input_isDense,
  55. EdgeInsetsGeometry? input_contentPadding,
  56. Widget? input_prefixIcon,
  57. BoxConstraints? input_prefixIconConstraints,
  58. Widget? input_prefix,
  59. String? input_prefixText,
  60. Widget? input_suffixIcon,
  61. Widget? input_suffix,
  62. String? input_suffixText,
  63. BoxConstraints? input_suffixIconConstraints,
  64. Widget? input_counter,
  65. String? input_counterText,
  66. bool? input_filled,
  67. Color? input_fillColor,
  68. Color? input_focusColor,
  69. Color? input_hoverColor,
  70. InputBorder? input_errorBorder,
  71. InputBorder? input_focusedBorder,
  72. InputBorder? input_focusedErrorBorder,
  73. InputBorder? input_disabledBorder,
  74. InputBorder? input_enabledBorder,
  75. InputBorder? input_border,
  76. bool input_decorationEnabled = true,
  77. String? input_semanticCounterText,
  78. bool? input_alignLabelWithHint,
  79. Color? base_color,
  80. Color? base_backgroundColor,
  81. double? base_fontSize,
  82. FontWeight? base_fontWeight,
  83. FontStyle? base_fontStyle,
  84. double? base_letterSpacing,
  85. double? base_wordSpacing,
  86. double? base_height,
  87. Paint? base_foreground,
  88. Paint? base_background,
  89. List<Shadow>? base_shadows,
  90. List<FontFeature>? base_fontFeatures,
  91. TextDecoration? base_textDecoration,
  92. Color? base_textDecorationColor,
  93. double? base_textDecorationThickness,
  94. String? base_fontFamily,
  95. List<String>? base_fontFamilyFallback,
  96. TextBaseline? base_textBaseline,
  97. Color? label_color,
  98. Color? label_backgroundColor,
  99. double? label_fontSize,
  100. FontWeight? label_fontWeight,
  101. FontStyle? label_fontStyle,
  102. double? label_letterSpacing,
  103. double? label_wordSpacing,
  104. double? label_height,
  105. Paint? label_foreground,
  106. Paint? label_background,
  107. List<Shadow>? label_shadows,
  108. List<FontFeature>? label_fontFeatures,
  109. TextDecoration? label_textDecoration,
  110. Color? label_textDecorationColor,
  111. double? label_textDecorationThickness,
  112. String? label_fontFamily,
  113. List<String>? label_fontFamilyFallback,
  114. TextBaseline? label_textBaseline,
  115. Color? hint_color,
  116. Color? hint_backgroundColor,
  117. double? hint_fontSize,
  118. FontWeight? hint_fontWeight,
  119. FontStyle? hint_fontStyle,
  120. double? hint_letterSpacing,
  121. double? hint_wordSpacing,
  122. double? hint_height,
  123. Paint? hint_foreground,
  124. Paint? hint_background,
  125. List<Shadow>? hint_shadows,
  126. List<FontFeature>? hint_fontFeatures,
  127. TextDecoration? hint_textDecoration,
  128. Color? hint_textDecorationColor,
  129. double? hint_textDecorationThickness,
  130. String? hint_fontFamily,
  131. List<String>? hint_fontFamilyFallback,
  132. TextBaseline? hint_textBaseline,
  133. Color? helper_color,
  134. Color? helper_backgroundColor,
  135. double? helper_fontSize,
  136. FontWeight? helper_fontWeight,
  137. FontStyle? helper_fontStyle,
  138. double? helper_letterSpacing,
  139. double? helper_wordSpacing,
  140. double? helper_height,
  141. Paint? helper_foreground,
  142. Paint? helper_background,
  143. List<Shadow>? helper_shadows,
  144. List<FontFeature>? helper_fontFeatures,
  145. TextDecoration? helper_textDecoration,
  146. Color? helper_textDecorationColor,
  147. double? helper_textDecorationThickness,
  148. String? helper_fontFamily,
  149. List<String>? helper_fontFamilyFallback,
  150. TextBaseline? helper_textBaseline,
  151. Color? error_color,
  152. Color? error_backgroundColor,
  153. double? error_fontSize,
  154. FontWeight? error_fontWeight,
  155. FontStyle? error_fontStyle,
  156. double? error_letterSpacing,
  157. double? error_wordSpacing,
  158. double? error_height,
  159. Paint? error_foreground,
  160. Paint? error_background,
  161. List<Shadow>? error_shadows,
  162. List<FontFeature>? error_fontFeatures,
  163. TextDecoration? error_textDecoration,
  164. Color? error_textDecorationColor,
  165. double? error_textDecorationThickness,
  166. String? error_fontFamily,
  167. List<String>? error_fontFamilyFallback,
  168. TextBaseline? error_textBaseline,
  169. Color? prefix_color,
  170. Color? prefix_backgroundColor,
  171. double? prefix_fontSize,
  172. FontWeight? prefix_fontWeight,
  173. FontStyle? prefix_fontStyle,
  174. double? prefix_letterSpacing,
  175. double? prefix_wordSpacing,
  176. double? prefix_height,
  177. Paint? prefix_foreground,
  178. Paint? prefix_background,
  179. List<Shadow>? prefix_shadows,
  180. List<FontFeature>? prefix_fontFeatures,
  181. TextDecoration? prefix_textDecoration,
  182. Color? prefix_textDecorationColor,
  183. double? prefix_textDecorationThickness,
  184. String? prefix_fontFamily,
  185. List<String>? prefix_fontFamilyFallback,
  186. TextBaseline? prefix_textBaseline,
  187. Color? suffix_color,
  188. Color? suffix_backgroundColor,
  189. double? suffix_fontSize,
  190. FontWeight? suffix_fontWeight,
  191. FontStyle? suffix_fontStyle,
  192. double? suffix_letterSpacing,
  193. double? suffix_wordSpacing,
  194. double? suffix_height,
  195. Paint? suffix_foreground,
  196. Paint? suffix_background,
  197. List<Shadow>? suffix_shadows,
  198. List<FontFeature>? suffix_fontFeatures,
  199. TextDecoration? suffix_textDecoration,
  200. Color? suffix_textDecorationColor,
  201. double? suffix_textDecorationThickness,
  202. String? suffix_fontFamily,
  203. List<String>? suffix_fontFamilyFallback,
  204. TextBaseline? suffix_textBaseline,
  205. Color? counter_color,
  206. Color? counter_backgroundColor,
  207. double? counter_fontSize,
  208. FontWeight? counter_fontWeight,
  209. FontStyle? counter_fontStyle,
  210. double? counter_letterSpacing,
  211. double? counter_wordSpacing,
  212. double? counter_height,
  213. Paint? counter_foreground,
  214. Paint? counter_background,
  215. List<Shadow>? counter_shadows,
  216. List<FontFeature>? counter_fontFeatures,
  217. TextDecoration? counter_textDecoration,
  218. Color? counter_textDecorationColor,
  219. double? counter_textDecorationThickness,
  220. String? counter_fontFamily,
  221. List<String>? counter_fontFamilyFallback,
  222. TextBaseline? counter_textBaseline,
})

Implementation

NikuTextField set({
  TextEditingController? controller,
  String initialValue = '',
  FocusNode? focusNode,
  TextInputType? keyboardType,
  TextCapitalization textCapitalization = TextCapitalization.none,
  TextInputAction? textInputAction,
  TextDirection? textDirection,
  TextAlign textAlign = TextAlign.start,
  TextAlignVertical? textAlignVertical,
  bool autofocus = false,
  bool readOnly = false,
  ToolbarOptions? toolbarOptions,
  bool? showCursor,
  String obscuringCharacter = '•',
  bool obscureText = false,
  bool autocorrect = true,
  SmartDashesType? smartDashesType,
  SmartQuotesType? smartQuotesType,
  bool enableSuggestions = true,
  bool maxLengthEnforced = true,
  int maxLines = 1,
  int? minLines,
  bool expands = false,
  int? maxLength,
  ValueChanged<String>? onChanged,
  GestureTapCallback? onTap,
  VoidCallback? onEditingComplete,
  ValueChanged<String>? onFieldSubmitted,
  FormFieldSetter<String>? onSaved,
  FormFieldValidator<String>? validator,
  List<TextInputFormatter>? inputFormatters,
  bool? enabled,
  double cursorWidth = 2.0,
  double? cursorHeight,
  Radius? cursorRadius,
  Color? cursorColor,
  Brightness? keyboardAppearance,
  EdgeInsets scrollPadding = const EdgeInsets.all(20.0),
  bool enableInteractiveSelection = true,
  InputCounterWidgetBuilder? buildCounter,
  ScrollPhysics? scrollPhysics,
  Iterable<String>? autofillHints,
  AutovalidateMode? autovalidateMode,
  Widget? input_icon,
  String? input_labelText,
  String? input_helperText,
  int? input_helperMaxLines,
  String? input_hintText,
  int? input_hintMaxLines,
  String? input_errorText,
  int? input_errorMaxLines,
  FloatingLabelBehavior input_floatingLabelBehavior =
      FloatingLabelBehavior.auto,
  bool input_isCollapsed = false,
  bool? input_isDense,
  EdgeInsetsGeometry? input_contentPadding,
  Widget? input_prefixIcon,
  BoxConstraints? input_prefixIconConstraints,
  Widget? input_prefix,
  String? input_prefixText,
  Widget? input_suffixIcon,
  Widget? input_suffix,
  String? input_suffixText,
  BoxConstraints? input_suffixIconConstraints,
  Widget? input_counter,
  String? input_counterText,
  bool? input_filled,
  Color? input_fillColor,
  Color? input_focusColor,
  Color? input_hoverColor,
  InputBorder? input_errorBorder,
  InputBorder? input_focusedBorder,
  InputBorder? input_focusedErrorBorder,
  InputBorder? input_disabledBorder,
  InputBorder? input_enabledBorder,
  InputBorder? input_border,
  bool input_decorationEnabled = true,
  String? input_semanticCounterText,
  bool? input_alignLabelWithHint,
  Color? base_color,
  Color? base_backgroundColor,
  double? base_fontSize,
  FontWeight? base_fontWeight,
  FontStyle? base_fontStyle,
  double? base_letterSpacing,
  double? base_wordSpacing,
  double? base_height,
  Paint? base_foreground,
  Paint? base_background,
  List<Shadow>? base_shadows,
  List<FontFeature>? base_fontFeatures,
  TextDecoration? base_textDecoration,
  Color? base_textDecorationColor,
  double? base_textDecorationThickness,
  String? base_fontFamily,
  List<String>? base_fontFamilyFallback,
  TextBaseline? base_textBaseline,
  Color? label_color,
  Color? label_backgroundColor,
  double? label_fontSize,
  FontWeight? label_fontWeight,
  FontStyle? label_fontStyle,
  double? label_letterSpacing,
  double? label_wordSpacing,
  double? label_height,
  Paint? label_foreground,
  Paint? label_background,
  List<Shadow>? label_shadows,
  List<FontFeature>? label_fontFeatures,
  TextDecoration? label_textDecoration,
  Color? label_textDecorationColor,
  double? label_textDecorationThickness,
  String? label_fontFamily,
  List<String>? label_fontFamilyFallback,
  TextBaseline? label_textBaseline,
  Color? hint_color,
  Color? hint_backgroundColor,
  double? hint_fontSize,
  FontWeight? hint_fontWeight,
  FontStyle? hint_fontStyle,
  double? hint_letterSpacing,
  double? hint_wordSpacing,
  double? hint_height,
  Paint? hint_foreground,
  Paint? hint_background,
  List<Shadow>? hint_shadows,
  List<FontFeature>? hint_fontFeatures,
  TextDecoration? hint_textDecoration,
  Color? hint_textDecorationColor,
  double? hint_textDecorationThickness,
  String? hint_fontFamily,
  List<String>? hint_fontFamilyFallback,
  TextBaseline? hint_textBaseline,
  Color? helper_color,
  Color? helper_backgroundColor,
  double? helper_fontSize,
  FontWeight? helper_fontWeight,
  FontStyle? helper_fontStyle,
  double? helper_letterSpacing,
  double? helper_wordSpacing,
  double? helper_height,
  Paint? helper_foreground,
  Paint? helper_background,
  List<Shadow>? helper_shadows,
  List<FontFeature>? helper_fontFeatures,
  TextDecoration? helper_textDecoration,
  Color? helper_textDecorationColor,
  double? helper_textDecorationThickness,
  String? helper_fontFamily,
  List<String>? helper_fontFamilyFallback,
  TextBaseline? helper_textBaseline,
  Color? error_color,
  Color? error_backgroundColor,
  double? error_fontSize,
  FontWeight? error_fontWeight,
  FontStyle? error_fontStyle,
  double? error_letterSpacing,
  double? error_wordSpacing,
  double? error_height,
  Paint? error_foreground,
  Paint? error_background,
  List<Shadow>? error_shadows,
  List<FontFeature>? error_fontFeatures,
  TextDecoration? error_textDecoration,
  Color? error_textDecorationColor,
  double? error_textDecorationThickness,
  String? error_fontFamily,
  List<String>? error_fontFamilyFallback,
  TextBaseline? error_textBaseline,
  Color? prefix_color,
  Color? prefix_backgroundColor,
  double? prefix_fontSize,
  FontWeight? prefix_fontWeight,
  FontStyle? prefix_fontStyle,
  double? prefix_letterSpacing,
  double? prefix_wordSpacing,
  double? prefix_height,
  Paint? prefix_foreground,
  Paint? prefix_background,
  List<Shadow>? prefix_shadows,
  List<FontFeature>? prefix_fontFeatures,
  TextDecoration? prefix_textDecoration,
  Color? prefix_textDecorationColor,
  double? prefix_textDecorationThickness,
  String? prefix_fontFamily,
  List<String>? prefix_fontFamilyFallback,
  TextBaseline? prefix_textBaseline,
  Color? suffix_color,
  Color? suffix_backgroundColor,
  double? suffix_fontSize,
  FontWeight? suffix_fontWeight,
  FontStyle? suffix_fontStyle,
  double? suffix_letterSpacing,
  double? suffix_wordSpacing,
  double? suffix_height,
  Paint? suffix_foreground,
  Paint? suffix_background,
  List<Shadow>? suffix_shadows,
  List<FontFeature>? suffix_fontFeatures,
  TextDecoration? suffix_textDecoration,
  Color? suffix_textDecorationColor,
  double? suffix_textDecorationThickness,
  String? suffix_fontFamily,
  List<String>? suffix_fontFamilyFallback,
  TextBaseline? suffix_textBaseline,
  Color? counter_color,
  Color? counter_backgroundColor,
  double? counter_fontSize,
  FontWeight? counter_fontWeight,
  FontStyle? counter_fontStyle,
  double? counter_letterSpacing,
  double? counter_wordSpacing,
  double? counter_height,
  Paint? counter_foreground,
  Paint? counter_background,
  List<Shadow>? counter_shadows,
  List<FontFeature>? counter_fontFeatures,
  TextDecoration? counter_textDecoration,
  Color? counter_textDecorationColor,
  double? counter_textDecorationThickness,
  String? counter_fontFamily,
  List<String>? counter_fontFamilyFallback,
  TextBaseline? counter_textBaseline,
}) {
  this._controller = controller;
  this._initialValue = initialValue;
  this._focusNode = focusNode;
  this._keyboardType = keyboardType;
  this._textCapitalization = textCapitalization;
  this._textInputAction = textInputAction;
  this._textDirection = textDirection;
  this._textAlign = textAlign;
  this._textAlignVertical = textAlignVertical!;
  this._autofocus = autofocus;
  this._readOnly = readOnly;
  this._toolbarOptions = toolbarOptions;
  this._showCursor = showCursor;
  this._obscuringCharacter = obscuringCharacter;
  this._obscureText = obscureText;
  this._autocorrect = autocorrect;
  this._smartDashesType = smartDashesType;
  this._smartQuotesType = smartQuotesType;
  this._enableSuggestions = enableSuggestions;
  this._maxLengthEnforced = maxLengthEnforced;
  this._maxLines = maxLines;
  this._minLines = minLines;
  this._expands = expands;
  this._maxLength = maxLength;
  this._onChanged = onChanged;
  this._onTap = onTap;
  this._onEditingComplete = onEditingComplete;
  this._onFieldSubmitted = onFieldSubmitted;
  this._onSaved = onSaved;
  this._validator = validator;
  this._inputFormatters = inputFormatters;
  this._enabled = enabled;
  this._cursorWidth = cursorWidth;
  this._cursorHeight = cursorHeight;
  this._cursorRadius = cursorRadius;
  this._cursorColor = cursorColor;
  this._keyboardAppearance = keyboardAppearance;
  this._scrollPadding = scrollPadding;
  this._enableInteractiveSelection = enableInteractiveSelection;
  this._buildCounter = buildCounter;
  this._scrollPhysics = scrollPhysics;
  this._autofillHints = autofillHints;
  this._autovalidateMode = autovalidateMode;
  this._input_icon = input_icon;
  this._input_labelText = input_labelText;
  this._input_helperText = input_helperText;
  this._input_helperMaxLines = input_helperMaxLines;
  this._input_hintText = input_hintText;
  this._input_hintMaxLines = input_hintMaxLines;
  this._input_errorText = input_errorText;
  this._input_errorMaxLines = input_errorMaxLines;
  this._input_floatingLabelBehavior = input_floatingLabelBehavior;
  this._input_isCollapsed = input_isCollapsed;
  this._input_isDense = input_isDense;
  this._input_contentPadding = input_contentPadding;
  this._input_prefixIcon = input_prefixIcon;
  this._input_prefixIconConstraints = input_prefixIconConstraints;
  this._input_prefix = input_prefix;
  this._input_prefixText = input_prefixText;
  this._input_suffixIcon = input_suffixIcon;
  this._input_suffix = input_suffix;
  this._input_suffixText = input_suffixText;
  this._input_suffixIconConstraints = input_suffixIconConstraints;
  this._input_counter = input_counter;
  this._input_counterText = input_counterText;
  this._input_filled = input_filled;
  this._input_fillColor = input_fillColor;
  this._input_focusColor = input_focusColor;
  this._input_hoverColor = input_hoverColor;
  this._input_errorBorder = input_errorBorder;
  this._input_focusedBorder = input_focusedBorder;
  this._input_focusedErrorBorder = input_focusedErrorBorder;
  this._input_disabledBorder = input_disabledBorder;
  this._input_enabledBorder = input_enabledBorder;
  this._input_border = input_border;
  this._input_decorationEnabled = input_decorationEnabled;
  this._input_semanticCounterText = input_semanticCounterText;
  this._input_alignLabelWithHint = input_alignLabelWithHint;
  this._base_color = base_color;
  this._base_backgroundColor = base_backgroundColor;
  this._base_fontSize = base_fontSize;
  this._base_fontWeight = base_fontWeight;
  this._base_fontStyle = base_fontStyle;
  this._base_letterSpacing = base_letterSpacing;
  this._base_wordSpacing = base_wordSpacing;
  this._base_height = base_height;
  this._base_foreground = base_foreground;
  this._base_background = base_background;
  this._base_shadows = base_shadows;
  this._base_fontFeatures = base_fontFeatures;
  this._base_textDecoration = base_textDecoration;
  this._base_textDecorationColor = base_textDecorationColor;
  this._base_textDecorationThickness = base_textDecorationThickness;
  this._base_fontFamily = base_fontFamily;
  this._base_fontFamilyFallback = base_fontFamilyFallback;
  this._base_textBaseline = base_textBaseline;
  this._label_color = label_color;
  this._label_backgroundColor = label_backgroundColor;
  this._label_fontSize = label_fontSize;
  this._label_fontWeight = label_fontWeight;
  this._label_fontStyle = label_fontStyle;
  this._label_letterSpacing = label_letterSpacing;
  this._label_wordSpacing = label_wordSpacing;
  this._label_height = label_height;
  this._label_foreground = label_foreground;
  this._label_background = label_background;
  this._label_shadows = label_shadows;
  this._label_fontFeatures = label_fontFeatures;
  this._label_textDecoration = label_textDecoration;
  this._label_textDecorationColor = label_textDecorationColor;
  this._label_textDecorationThickness = label_textDecorationThickness;
  this._label_fontFamily = label_fontFamily;
  this._label_fontFamilyFallback = label_fontFamilyFallback;
  this._label_textBaseline = label_textBaseline;
  this._hint_color = hint_color;
  this._hint_backgroundColor = hint_backgroundColor;
  this._hint_fontSize = hint_fontSize;
  this._hint_fontWeight = hint_fontWeight;
  this._hint_fontStyle = hint_fontStyle;
  this._hint_letterSpacing = hint_letterSpacing;
  this._hint_wordSpacing = hint_wordSpacing;
  this._hint_height = hint_height;
  this._hint_foreground = hint_foreground;
  this._hint_background = hint_background;
  this._hint_shadows = hint_shadows;
  this._hint_fontFeatures = hint_fontFeatures;
  this._hint_textDecoration = hint_textDecoration;
  this._hint_textDecorationColor = hint_textDecorationColor;
  this._hint_textDecorationThickness = hint_textDecorationThickness;
  this._hint_fontFamily = hint_fontFamily;
  this._hint_fontFamilyFallback = hint_fontFamilyFallback;
  this._hint_textBaseline = hint_textBaseline;
  this._helper_color = helper_color;
  this._helper_backgroundColor = helper_backgroundColor;
  this._helper_fontSize = helper_fontSize;
  this._helper_fontWeight = helper_fontWeight;
  this._helper_fontStyle = helper_fontStyle;
  this._helper_letterSpacing = helper_letterSpacing;
  this._helper_wordSpacing = helper_wordSpacing;
  this._helper_height = helper_height;
  this._helper_foreground = helper_foreground;
  this._helper_background = helper_background;
  this._helper_shadows = helper_shadows;
  this._helper_fontFeatures = helper_fontFeatures;
  this._helper_textDecoration = helper_textDecoration;
  this._helper_textDecorationColor = helper_textDecorationColor;
  this._helper_textDecorationThickness = helper_textDecorationThickness;
  this._helper_fontFamily = helper_fontFamily;
  this._helper_fontFamilyFallback = helper_fontFamilyFallback;
  this._helper_textBaseline = helper_textBaseline;
  this._error_color = error_color;
  this._error_backgroundColor = error_backgroundColor;
  this._error_fontSize = error_fontSize;
  this._error_fontWeight = error_fontWeight;
  this._error_fontStyle = error_fontStyle;
  this._error_letterSpacing = error_letterSpacing;
  this._error_wordSpacing = error_wordSpacing;
  this._error_height = error_height;
  this._error_foreground = error_foreground;
  this._error_background = error_background;
  this._error_shadows = error_shadows;
  this._error_fontFeatures = error_fontFeatures;
  this._error_textDecoration = error_textDecoration;
  this._error_textDecorationColor = error_textDecorationColor;
  this._error_textDecorationThickness = error_textDecorationThickness;
  this._error_fontFamily = error_fontFamily;
  this._error_fontFamilyFallback = error_fontFamilyFallback;
  this._error_textBaseline = error_textBaseline;
  this._prefix_color = prefix_color;
  this._prefix_backgroundColor = prefix_backgroundColor;
  this._prefix_fontSize = prefix_fontSize;
  this._prefix_fontWeight = prefix_fontWeight;
  this._prefix_fontStyle = prefix_fontStyle;
  this._prefix_letterSpacing = prefix_letterSpacing;
  this._prefix_wordSpacing = prefix_wordSpacing;
  this._prefix_height = prefix_height;
  this._prefix_foreground = prefix_foreground;
  this._prefix_background = prefix_background;
  this._prefix_shadows = prefix_shadows;
  this._prefix_fontFeatures = prefix_fontFeatures;
  this._prefix_textDecoration = prefix_textDecoration;
  this._prefix_textDecorationColor = prefix_textDecorationColor;
  this._prefix_textDecorationThickness = prefix_textDecorationThickness;
  this._prefix_fontFamily = prefix_fontFamily;
  this._prefix_fontFamilyFallback = prefix_fontFamilyFallback;
  this._prefix_textBaseline = prefix_textBaseline;
  this._suffix_color = suffix_color;
  this._suffix_backgroundColor = suffix_backgroundColor;
  this._suffix_fontSize = suffix_fontSize;
  this._suffix_fontWeight = suffix_fontWeight;
  this._suffix_fontStyle = suffix_fontStyle;
  this._suffix_letterSpacing = suffix_letterSpacing;
  this._suffix_wordSpacing = suffix_wordSpacing;
  this._suffix_height = suffix_height;
  this._suffix_foreground = suffix_foreground;
  this._suffix_background = suffix_background;
  this._suffix_shadows = suffix_shadows;
  this._suffix_fontFeatures = suffix_fontFeatures;
  this._suffix_textDecoration = suffix_textDecoration;
  this._suffix_textDecorationColor = suffix_textDecorationColor;
  this._suffix_textDecorationThickness = suffix_textDecorationThickness;
  this._suffix_fontFamily = suffix_fontFamily;
  this._suffix_fontFamilyFallback = suffix_fontFamilyFallback;
  this._suffix_textBaseline = suffix_textBaseline;
  this._counter_color = counter_color;
  this._counter_backgroundColor = counter_backgroundColor;
  this._counter_fontSize = counter_fontSize;
  this._counter_fontWeight = counter_fontWeight;
  this._counter_fontStyle = counter_fontStyle;
  this._counter_letterSpacing = counter_letterSpacing;
  this._counter_wordSpacing = counter_wordSpacing;
  this._counter_height = counter_height;
  this._counter_foreground = counter_foreground;
  this._counter_background = counter_background;
  this._counter_shadows = counter_shadows;
  this._counter_fontFeatures = counter_fontFeatures;
  this._counter_textDecoration = counter_textDecoration;
  this._counter_textDecorationColor = counter_textDecorationColor;
  this._counter_textDecorationThickness = counter_textDecorationThickness;
  this._counter_fontFamily = counter_fontFamily;
  this._counter_fontFamilyFallback = counter_fontFamilyFallback;
  this._counter_textBaseline = counter_textBaseline;

  return this;
}