helperText method
Helper text
Equivalent to
TextFieldForm(
decoration: InputDecoration(
helperText: input
)
)
Implementation
NikuTextField helperText(String helperText) {
this._input_helperText = helperText;
return this;
}
Helper text
Equivalent to
TextFieldForm(
decoration: InputDecoration(
helperText: input
)
)
NikuTextField helperText(String helperText) {
this._input_helperText = helperText;
return this;
}