ErrorRenderObjectWidget constructor
const
ErrorRenderObjectWidget({
- Key? key,
- String? message,
- Object? error,
- ParagraphStyle? paragraphStyle,
- TextStyle? textStyle,
- EdgeInsets? padding,
- double? minimumWidth,
- Color? backgroundColor,
- Widget? child,
Implementation
const ErrorRenderObjectWidget({
super.key,
this.message,
this.error,
this.paragraphStyle,
this.textStyle,
this.padding,
this.minimumWidth,
this.backgroundColor,
super.child,
});