preventCloseOnPressLeft property
Whether the popup should be closed on left key press.
Defaults to false
.
Implementation
@Input()
set preventCloseOnPressLeft(bool value) {
_closeOnPressLeft = !value;
}
Whether the popup should be closed on left key press.
Defaults to false
.
@Input()
set preventCloseOnPressLeft(bool value) {
_closeOnPressLeft = !value;
}