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