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