ThemableDecorationRenderOptions class

Represents theme specific rendering styles for a {@link TextEditorDecorationTypetext editor decoration}.

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ThemableDecorationRenderOptions({Object? backgroundColor, String? outline, Object? outlineColor, String? outlineStyle, String? outlineWidth, String? border, Object? borderColor, String? borderRadius, String? borderSpacing, String? borderStyle, String? borderWidth, String? fontStyle, String? fontWeight, String? textDecoration, String? cursor, Object? color, String? opacity, String? letterSpacing, Object? gutterIconPath, String? gutterIconSize, Object? overviewRulerColor, ThemableDecorationAttachmentRenderOptions? before, ThemableDecorationAttachmentRenderOptions? after})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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