AppWidgetErrorDisplayed constructor

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

Implementation

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