CssBackgroundRepeat.xy constructor

CssBackgroundRepeat.xy(
  1. CssBackgroundRepeat x,
  2. CssBackgroundRepeat y
)

Creates a two-value syntax background-repeat (e.g. repeat space).

Implementation

factory CssBackgroundRepeat.xy(CssBackgroundRepeat x, CssBackgroundRepeat y) =
    _CssBackgroundRepeatTwoValue;