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