before property

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

Implementation

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

Implementation

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