onOutsideTap property

(FloatingPullUpState? Function()?) onOutsideTap
final

Defines a callback to be called when a user taps outside the card If function returns FloatingPullUpState it will change state to the returned one Take into account that this is not getting called if a widget inside body is already handling a Gesture

Implementation

final FloatingPullUpState? Function()? onOutsideTap;