MyNumberValidator

constructor(error: MutableState<String?> = mutableStateOf(null), validate: (value: T?) -> String? = { _ -> null })