onFocusChange method

void onFocusChange(
  1. bool focused
)

Called when the focus state changes. Override to respond to focus changes.

Implementation

void onFocusChange(bool focused) {}