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