CssBackgroundAttachment.multiple constructor
CssBackgroundAttachment.multiple(
- List<
CssBackgroundAttachment> attachments
Multiple background attachments.
Implementation
factory CssBackgroundAttachment.multiple(
List<CssBackgroundAttachment> attachments,
) = _CssBackgroundAttachmentMultiple;