DateTimePickerScreenArguments constructor Null safety

DateTimePickerScreenArguments(
  1. {required DateTime currentDateTime}
)

Implementation

DateTimePickerScreenArguments({
  required this.currentDateTime,
});