onForcePressPeak method
Implementation
Widget onForcePressPeak(Function(ForcePressDetails) onForcePressPeak) {
return GestureDetector(
onForcePressPeak: onForcePressPeak,
child: this,
);
}
Widget onForcePressPeak(Function(ForcePressDetails) onForcePressPeak) {
return GestureDetector(
onForcePressPeak: onForcePressPeak,
child: this,
);
}