onLongPressUp method
Implementation
DefineMStackModifier onLongPressUp(GestureLongPressUpCallback value) {
return this.copyWith(valueOnLongPressUp: value);
}
DefineMStackModifier onLongPressUp(GestureLongPressUpCallback value) {
return this.copyWith(valueOnLongPressUp: value);
}