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