slide property

  1. @Input()
String? slide
getter/setter pair

Direction of popup scaling.

Valid values are x, y, or null.

Implementation

@Input()
String? slide;