onLongPress method
Implementation
Widget onLongPress(Function() onLongPress) {
return InkWell(
onLongPress: onLongPress,
child: this,
);
}
Widget onLongPress(Function() onLongPress) {
return InkWell(
onLongPress: onLongPress,
child: this,
);
}