OnFocusChanged constructor

OnFocusChanged({
  1. required bool hasFocus,
})

Implementation

OnFocusChanged({
  required this.hasFocus,
});