CssBackgroundAttachment.global constructor

CssBackgroundAttachment.global(
  1. CssGlobal global
)

Global keyword (inherit, initial, unset, revert).

Implementation

factory CssBackgroundAttachment.global(CssGlobal global) =
    _CssBackgroundAttachmentGlobal;