set method
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,
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;
}