togglePopover static method

ArcaneInteraction togglePopover(
  1. String id
)

Implementation

static ArcaneInteraction togglePopover(String id) =>
    _SurfaceInteraction('popover', 'toggle', id);