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