onForcePressPeak method

void onForcePressPeak(
  1. void function(
    1. ForcePressDetails
    )
)

Implementation

void onForcePressPeak(void Function(ForcePressDetails) function) =>
    gestureModel.onForcePressPeak = function;