SelectionTile constructor

const SelectionTile({
  1. Key? key,
  2. required Event event,
  3. CalendarStyle? style,
})

Implementation

const SelectionTile({super.key, required this.event, this.style});