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