CssBackgroundAttachment.multiple constructor

CssBackgroundAttachment.multiple(
  1. List<CssBackgroundAttachment> attachments
)

Multiple background attachments.

Implementation

factory CssBackgroundAttachment.multiple(
  List<CssBackgroundAttachment> attachments,
) = _CssBackgroundAttachmentMultiple;