makeInputState method Null safety
- Arg arg,
- Controller c,
- LimitedState fromState
Implementation
ControllerState makeInputState(
Arg arg, Controller c, LimitedState fromState) =>
ArgInputState(this, arg, c, fromState);
ControllerState makeInputState(
Arg arg, Controller c, LimitedState fromState) =>
ArgInputState(this, arg, c, fromState);