CssBackgroundRepeat.xy constructor
CssBackgroundRepeat.xy()
Creates a two-value syntax background-repeat (e.g. repeat space).
Implementation
factory CssBackgroundRepeat.xy(CssBackgroundRepeat x, CssBackgroundRepeat y) =
_CssBackgroundRepeatTwoValue;