apply method

double apply(
  1. SnapAlignmentItem item
)

Returns a double of where the current snap point is supposed to be

Implementation

double apply(SnapAlignmentItem item) => _parameters(item);