TextErrorOutputWidget constructor

const TextErrorOutputWidget(
  1. Object error, {
  2. String? message,
  3. String? hint,
  4. Exception? exception,
  5. StackTrace? stackTrace,
  6. bool newParagraph = false,
})

Implementation

const TextErrorOutputWidget(
  super.error, {
  this.message,
  this.hint,
  this.exception,
  this.stackTrace,
  this.newParagraph = false,
});