computedMaybeOnLongPress method

  1. @EzComputed("maybeOnLongPress")
(dynamic Function()?) computedMaybeOnLongPress()
inherited

Implementation

@EzComputed("maybeOnLongPress")
Function()? computedMaybeOnLongPress() {
	return (this.prop_isDisabled ? null : this._boundOnLongPress);
}