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