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