cursorHeight method
How tall the cursor will be
Equivalent to
TextFormField(
cursorHeight: input
)
Implementation
NikuTextField cursorHeight(double cursorHeight) {
this._cursorHeight = cursorHeight;
return this;
}
How tall the cursor will be
Equivalent to
TextFormField(
cursorHeight: input
)
NikuTextField cursorHeight(double cursorHeight) {
this._cursorHeight = cursorHeight;
return this;
}