isNearHistoryTop method

bool isNearHistoryTop(
  1. double positionFraction
)

Implementation

bool isNearHistoryTop(double positionFraction) =>
    positionFraction <= edgeSnapFraction;