onFocusChanged property

dynamic Function(bool)? onFocusChanged
final

onFocusChanged method returns a boolean value, if the editor has focus, it will return true; if not, will return false

Implementation

final Function(bool)? onFocusChanged;