RendererStyle constructor
const
RendererStyle({
- BorderRadiusGeometry? borderRadius,
- String? label,
- TextStyle labelStyle = TextConstants.labelStyle,
- Color defaultColor = TextConstants.defaultColor,
- Color defaultBackgroundColor = TextConstants.defaultBackgroundColor,
- bool autoScroll = true,
- Color? linkColor = Colors.blue,
- bool? linkUnderline,
- String overflowIndicator = "...",
- List<
RendererTextProperties> textProperties = const [], - TextStyle errorStyle = TextConstants.errorStyle,
- bool enableScroll = true,
Implementation
const RendererStyle({
this.borderRadius,
this.label,
this.labelStyle = TextConstants.labelStyle,
this.defaultColor = TextConstants.defaultColor,
this.defaultBackgroundColor = TextConstants.defaultBackgroundColor,
this.autoScroll = true,
this.linkColor = Colors.blue,
this.linkUnderline,
this.overflowIndicator = "...",
this.textProperties = const [],
this.errorStyle = TextConstants.errorStyle,
this.enableScroll = true,
});