isClosestVertical static method

bool isClosestVertical(
  1. Offset offset
)

Implementation

static bool isClosestVertical(Offset offset) => offset == closestVertical;