ThemableDecorationInstanceRenderOptions constructor

ThemableDecorationInstanceRenderOptions({
  1. ThemableDecorationAttachmentRenderOptions? before,
  2. ThemableDecorationAttachmentRenderOptions? after,
})

Implementation

factory ThemableDecorationInstanceRenderOptions({
  _i3.ThemableDecorationAttachmentRenderOptions? before,
  _i3.ThemableDecorationAttachmentRenderOptions? after,
}) =>
    ThemableDecorationInstanceRenderOptions._(
      before: before ?? _i6.undefined,
      after: after ?? _i6.undefined,
    );