onFocusChanged property
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;
onFocusChanged method returns a boolean value, if the editor has focus, it will return true; if not, will return false
final Function(bool)? onFocusChanged;