ThemableDecorationAttachmentRenderOptions class

Represents theme specific rendeirng styles for {@link ThemableDecorationRenderOptions.beforebefore} and {@link ThemableDecorationRenderOptions.afterafter} the content of text decorations.

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

Constructors

ThemableDecorationAttachmentRenderOptions({String? contentText, Object? contentIconPath, String? border, Object? borderColor, String? fontStyle, String? fontWeight, String? textDecoration, Object? color, Object? backgroundColor, String? margin, String? width, String? height})
factory

Properties

backgroundColor Object?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
border String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
borderColor Object?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
color Object?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
contentIconPath Object?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

An absolute path or an URI to an image to be rendered in the attachment. Either an icon or a text can be shown, but not both.
getter/setter pair
contentText String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.
getter/setter pair
fontStyle String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
fontWeight String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
margin String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDecoration String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair
width String?

Available on ThemableDecorationAttachmentRenderOptions, provided by the ThemableDecorationAttachmentRenderOptions$Typings extension

CSS styling property that will be applied to the decoration attachment.
getter/setter pair

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