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