ErrorWidgetDisplay constructor

const ErrorWidgetDisplay({
  1. ParagraphStyle? paragraphStyle,
  2. TextStyle? textStyle,
  3. EdgeInsets? padding,
  4. double? minimumWidth,
  5. Color? backgroundColor,
  6. bool? stackTrace = false,
})

Implementation

const ErrorWidgetDisplay({
  this.paragraphStyle,
  this.textStyle,
  this.padding,
  this.minimumWidth,
  this.backgroundColor,
  this.stackTrace = false,
});