onPanStart method
Implementation
Widget onPanStart(Function(DragStartDetails) onPanStart) {
return GestureDetector(
onPanStart: onPanStart,
child: this,
);
}
Widget onPanStart(Function(DragStartDetails) onPanStart) {
return GestureDetector(
onPanStart: onPanStart,
child: this,
);
}