constrainToViewPort property

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

Make sure options doesn't extend beyond the viewport

Implementation

@Input()
bool constrainToViewPort = true;