Is there a way to access to pressure of a touch event in Dart?

Viewed 506

On Android, we can access the pressure of an event using getPressure, on iOS one can use the force property. But can we access these event properties also when using dart/flutter? If not, is there a work-around possible?

2 Answers
Related