cursorWidth method
How thick the cursor will be
Equivalent to
TextFormField(
cursorWidth: input
)
Implementation
NikuTextField cursorWidth(double cursorWidth) {
this._cursorWidth = cursorWidth;
return this;
}
How thick the cursor will be
Equivalent to
TextFormField(
cursorWidth: input
)
NikuTextField cursorWidth(double cursorWidth) {
this._cursorWidth = cursorWidth;
return this;
}