OpeningHourTile constructor

const OpeningHourTile({
  1. required VenueTime day,
  2. Key? key,
})

Implementation

const OpeningHourTile({required this.day, super.key});