autofocus method
Determine whether button should be auto focus
Equivalent to
OutlineButton(
autofocus: input
)
Implementation
NikuOutlineButton autofocus(bool autofocus) {
this._autofocus = autofocus;
return this;
}
Determine whether button should be auto focus
Equivalent to
OutlineButton(
autofocus: input
)
NikuOutlineButton autofocus(bool autofocus) {
this._autofocus = autofocus;
return this;
}