isShow

fun View.isShow(): Boolean

判断View是不是可见

Return

true 可见(View.getVisibility == View.VISIBLE)