movingStartMaintainsLength property

  1. @Input()
bool movingStartMaintainsLength
getter/setter pair

For date range selection, whether clicking to move the start date should also move the end date (preserving the length of the selected range).

Defaults to true, unless an enclosing component has a different default.

Implementation

@Input()
bool movingStartMaintainsLength = true;