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