const
RendererDecoration(- {BoxBorder? border,
- BorderRadiusGeometry? borderRadius,
- String? label,
- TextStyle labelStyle = TextConstants.labelStyle,
- Color defaultColor = TextConstants.defaultColor,
- EdgeInsets padding = const EdgeInsets.all(8),
- bool autoScroll = true,
- double? maxHeight,
- Color? linkColor,
- bool? linkUnderline,
- String overflowIndicator = "...",
- List<RendererTextProperties> textProperties = const [],
- TextStyle errorStyle = TextConstants.errorStyle}
)
Implementation
const RendererDecoration({
this.border,
this.borderRadius,
this.label,
this.labelStyle = TextConstants.labelStyle,
this.defaultColor = TextConstants.defaultColor,
this.padding = const EdgeInsets.all(8),
this.autoScroll = true,
this.maxHeight,
this.linkColor,
this.linkUnderline,
this.overflowIndicator = "...",
this.textProperties = const [],
this.errorStyle = TextConstants.errorStyle,
});