after property

Defines the rendering options of the attachment that is inserted after the decorated text.

Implementation

_i3.ThemableDecorationAttachmentRenderOptions? get after => _i5.getProperty(
      this,
      'after',
    );

Implementation

set after(_i3.ThemableDecorationAttachmentRenderOptions? value) {
  _i5.setProperty(
    this,
    'after',
    value ?? _i6.undefined,
  );
}