expandPanel static method

ArcaneInteraction expandPanel(
  1. String groupId,
  2. String panelId
)

Implementation

static ArcaneInteraction expandPanel(String groupId, String panelId) =>
    _PanelInteraction(groupId, panelId, 'expand');