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