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