EventTimeSelection constructor
EventTimeSelection({
- String? title,
- required EventNotificationModel? eventNotificationModel,
- ValueChanged? onSelectionChanged,
- required List<
String> options, - bool isStartTime = false,
Implementation
EventTimeSelection(
{this.title,
required this.eventNotificationModel,
this.onSelectionChanged,
required this.options,
this.isStartTime = false});