onFocusChanged method

bool onFocusChanged(
  1. bool focused
)

Implementation

bool onFocusChanged(bool focused) {
  return true;
}