DateTimePickerScreen constructor Null safety

DateTimePickerScreen(
  1. {required DateTime currentDateTime}
)

Implementation

DateTimePickerScreen({
  required this.currentDateTime,
});