showFilterInsidePopup property

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

Place the filter input inside of the popup.

Implementation

@Input()
bool showFilterInsidePopup = false;