Khadga shrestha

Results 1 comments of Khadga shrestha

you can use widget tester to drag to the offset. ```dart WidgetTester tester = $.tester; final centerOfTheSignatureView = $(SignatureView).hitTestable(); await tester.timedDrag( centerOfTheSignatureView, const Offset(100, 100), const Duration(milliseconds: 500), ); ```