before property
ThemableDecorationAttachmentRenderOptions?
get
before
Defines the rendering options of the attachment that is inserted before the decorated text.
Implementation
_i3.ThemableDecorationAttachmentRenderOptions? get before => _i5.getProperty(
this,
'before',
);
set
before
(ThemableDecorationAttachmentRenderOptions? value)
Implementation
set before(_i3.ThemableDecorationAttachmentRenderOptions? value) {
_i5.setProperty(
this,
'before',
value ?? _i6.undefined,
);
}