FocusMoveEvent constructor
- @visibleForTesting
- FocusableItem focusItem,
- int offset, [
- Function? _preventDefaultDelegate
Implementation
@visibleForTesting
FocusMoveEvent(this.focusItem, this.offset, [this._preventDefaultDelegate])
: home = false,
end = false,
upDown = false,
_none = false;