hasDrawer static method

bool hasDrawer(
  1. BuildContext context
)

Implementation

static bool hasDrawer(BuildContext context) =>
    HoverDrawerHelper.hasDrawer(context);