ErrorWidgetDisplay constructor
const
ErrorWidgetDisplay({
- ParagraphStyle? paragraphStyle,
- TextStyle? textStyle,
- EdgeInsets? padding,
- double? minimumWidth,
- Color? backgroundColor,
- bool? stackTrace = false,
Implementation
const ErrorWidgetDisplay({
this.paragraphStyle,
this.textStyle,
this.padding,
this.minimumWidth,
this.backgroundColor,
this.stackTrace = false,
});