InputError constructor

InputError({
  1. String? error,
  2. Key? key,
})

Implementation

InputError({
  this.error,
  Key? key,
}) : super(key: key);