allowInvertHorizontal property
set
allowInvertHorizontal
(bool value)
Implementation
set allowInvertHorizontal(bool value) {
for (Popover key in _openPopovers) {
key.currentState?.allowInvertHorizontal = value;
}
}