CssBackgroundRepeat.multiple constructor

CssBackgroundRepeat.multiple(
  1. List<CssBackgroundRepeat> repeats
)

Creates a comma-separated list of background-repeat values for multiple background images.

Implementation

factory CssBackgroundRepeat.multiple(List<CssBackgroundRepeat> repeats) =
    _CssBackgroundRepeatMultiple;