togglePanel static method
Implementation
static ArcaneInteraction togglePanel(String groupId, String panelId) =>
_PanelInteraction(groupId, panelId, 'toggle');
static ArcaneInteraction togglePanel(String groupId, String panelId) =>
_PanelInteraction(groupId, panelId, 'toggle');