toggleDrawer static method

ArcaneInteraction toggleDrawer(
  1. String id
)

Implementation

static ArcaneInteraction toggleDrawer(String id) =>
    _SurfaceInteraction('drawer', 'toggle', id);