helperTextDecoration method

NikuTextField helperTextDecoration(
  1. TextDecoration textDecoration
)

Text decoration

Equivalent to

TextStyle(decoration: input)

Implementation

NikuTextField helperTextDecoration(TextDecoration textDecoration) {
  this._helper_textDecoration = textDecoration;

  return this;
}