floatingLabelBehavior method
Defines the behavior of the floating label
Equivalent to
TextFormField(
decoration: InputDecoration(
floatingLabelBehavior: input
)
)
Implementation
NikuTextField floatingLabelBehavior(FloatingLabelBehavior behavior) {
this._input_floatingLabelBehavior = behavior;
return this;
}