handleViewFocusChanged method

  1. @protected
  2. @mustCallSuper
void handleViewFocusChanged(
  1. ViewFocusEvent event
)

Called whenever the PlatformDispatcher receives a notification that the focus state on a view has changed.

The event contains the view ID for the view that changed its focus state.

See also:

Implementation

@protected
@mustCallSuper
void handleViewFocusChanged(ui.ViewFocusEvent event) {}