DigitArg constructor Null safety
Implementation
DigitArg(
    {required this.max,
    required this.calc,
    this.argDoneFactory = _defaultArgDoneFactory});DigitArg(
    {required this.max,
    required this.calc,
    this.argDoneFactory = _defaultArgDoneFactory});