OneDayEvent constructor

const OneDayEvent({
  1. Key? key,
})

Implementation

const OneDayEvent({Key? key}) : super(key: key);