func fallsInStackView()

in ios_widget_catalog_compare/ios/Runner/OverlayFlutterViewController.swift [217:221]


  func fallsInStackView(touches: Set<UITouch>, event: UIEvent?) -> Bool {
    !touches.filter {
      self.slidersStackView.point(inside: $0.location(in: self.slidersStackView), with: event)
    }.isEmpty
  }