hasDoubleTapZoom static method

bool hasDoubleTapZoom(
  1. int flags
)

True if the doubleTapZoom interactive flag is enabled.

Implementation

static bool hasDoubleTapZoom(int flags) => hasFlag(flags, doubleTapZoom);