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