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