eventCallBackableMinPercent property

double? eventCallBackableMinPercent
final

Defines the point in the spread animation of the touch ripple effect when the registered event callback function can be called.

For example, if the user is about to click to move the page, you don't want the event callback function to be called before the effect has fully spread, causing the page to move.

Implementation

final double? eventCallBackableMinPercent;