SelectionTile constructor
const
SelectionTile({
- Key? key,
- required Event event,
- CalendarStyle? style,
Implementation
const SelectionTile({super.key, required this.event, this.style});