InputError constructor

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

Implementation

const InputError({
  this.error,
  super.key,
});