I'm using AlertRow in Eureka library.
Is it possiple to close Alert window when touching anywhere outside ?
<<< AlertRow<String>("categoryTag") {
    $0.title = "AlertRow"
    $0.optionTitle = "Pick a number"
    $0.options = ["One","Two","Three"]
    $0.value = "Two"
}
