autofocus method

AzInkWell autofocus(
  1. bool bool
)

Implementation

AzInkWell autofocus(bool bool){
  _autofocus = bool;
  return this;
}