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