onTapDownOutside method
Called when a tap down event occurs outside this component's bounds.
Implementation
@override
void onTapDownOutside(TapDownEvent event) {
unfocus();
}
Called when a tap down event occurs outside this component's bounds.
@override
void onTapDownOutside(TapDownEvent event) {
unfocus();
}