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