enforceSpaceConstraints property

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

Whether the popup should automatically reposition itself based on space available relative to the viewport.

Defaults to true.

Implementation

@Input()
bool enforceSpaceConstraints = true;