allowHighlightUpdates property
Set this to false to temporarily suppress updates to the calendar's range highlights.
This is useful for reducing visual noise during popup open/close animations. Defaults to true.
Implementation
@Input()
bool allowHighlightUpdates = true;