DragAndDropSettings constructor
const
DragAndDropSettings({})
Creates a Drag and Drop settings for calendar.
The properties allows to customize the Drag and Drop of SfCalendar.
Implementation
const DragAndDropSettings({
this.allowNavigation = true,
this.allowScroll = true,
this.showTimeIndicator = true,
this.timeIndicatorStyle,
this.indicatorTimeFormat = 'h:mm a',
this.autoNavigateDelay = const Duration(seconds: 1),
});