Validate

fun Validate(predicate: Boolean, message: StringResource, coroutineScope: CoroutineScope = rememberCoroutineScope(), debounceDuration: Duration = DEFAULT_VALIDATION_DEBOUNCE_DURATION, content: @Composable () -> Unit)
fun Validate(input: String, rules: List<ValidationRule>, coroutineScope: CoroutineScope = rememberCoroutineScope(), debounceDuration: Duration = DEFAULT_VALIDATION_DEBOUNCE_DURATION, content: @Composable () -> Unit)