CssBackgroundRepeat.global constructor

CssBackgroundRepeat.global(
  1. CssGlobal global
)

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

Implementation

factory CssBackgroundRepeat.global(CssGlobal global) =
    _CssBackgroundRepeatGlobal;