ErrorFieldState constructor

const ErrorFieldState({
  1. String? error,
})

Implementation

const ErrorFieldState({this.error});