scrollPhysics method
The ScrollPhysics to use when vertically scrolling the input
Equivalent to
TextFormField(
scrollPhysics: input
)
Implementation
NikuTextField scrollPhysics(ScrollPhysics physics) {
this._scrollPhysics = physics;
return this;
}