toggleMobileMenu static method

ArcaneInteraction toggleMobileMenu(
  1. String id
)

Implementation

static ArcaneInteraction toggleMobileMenu(String id) =>
    _SurfaceInteraction('mobile-menu', 'toggle', id);