openPanelOnActionClick property
bool?
get
openPanelOnActionClick
Whether clicking the extension's icon will toggle showing the extension's entry in the side panel. Defaults to false.
Implementation
bool? get openPanelOnActionClick => _wrapped.openPanelOnActionClick;
set
openPanelOnActionClick
(bool? v)
Implementation
set openPanelOnActionClick(bool? v) {
_wrapped.openPanelOnActionClick = v;
}