focusOn method

void focusOn(
  1. Object? object
)

Implementation

void focusOn(Object? object) {
  focus ??= object;
}