RendererStyle class

collection of style properties for the RichtextRenderer

Constructors

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})
const

Properties

autoScroll → bool
final
borderRadius → BorderRadiusGeometry?
final
defaultBackgroundColor → Color
final
defaultColor → Color
final
enableScroll → bool
final
errorStyle → TextStyle
final
hashCode → int
The hash code for this object.
no setterinherited
label → String?
final
labelStyle → TextStyle
final
linkColor → Color?
final
linkUnderline → bool?
final
overflowIndicator → String
displayed at the end of a shortened message due to length limits
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textProperties → List<RendererTextProperties>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited