onOutOfConstraints property

Function? onOutOfConstraints
final

called when user try to change value to a value that is superior as maxValue or inferior as minValue

this is useful to trigger an HapticFeedBack or other

Implementation

final Function? onOutOfConstraints;