onLongPress method
Implementation
DefineMRowModifier onLongPress(GestureLongPressCallback value) {
return this.copyWith(valueOnLongPress: value);
}
DefineMRowModifier onLongPress(GestureLongPressCallback value) {
return this.copyWith(valueOnLongPress: value);
}