TextInputErrorState.error constructor

const TextInputErrorState.error({
  1. String? errorMessage,
})

Implementation

const factory TextInputErrorState.error({String? errorMessage}) = TextInputError;