EventTimeSelection constructor

EventTimeSelection({
  1. String? title,
  2. required EventNotificationModel? eventNotificationModel,
  3. ValueChanged? onSelectionChanged,
  4. required List<String> options,
  5. bool isStartTime = false,
})

Implementation

EventTimeSelection(
    {this.title,
    required this.eventNotificationModel,
    this.onSelectionChanged,
    required this.options,
    this.isStartTime = false});