onTapDownOutside method

void onTapDownOutside(
  1. TapDownEvent event
)

Called when a tap down event occurs outside this component's bounds.

Implementation

void onTapDownOutside(TapDownEvent event) {}