CowDetailScreen constructor Null safety

CowDetailScreen(
  1. {required Cow cow,
  2. DateTime? selectedDate}
)

Implementation

CowDetailScreen({
  required this.cow,
  this.selectedDate,
});