onFocusChanged property

ValueChanged<bool> onFocusChanged
final

Callback invoked when the platform view's focus is changed on the platform side.

The value is true when the platform view gains focus and false when it loses focus.

Implementation

final ValueChanged<bool> onFocusChanged;