onFocus method

dynamic onFocus(
  1. Key key
)

Implementation

onFocus(Key key) {
  _moveOnTop(key: key);
  notifyListeners();
}