CssBackgroundRepeat.multiple constructor
CssBackgroundRepeat.multiple(
- List<
CssBackgroundRepeat> repeats
Creates a comma-separated list of background-repeat values for multiple background images.
Implementation
factory CssBackgroundRepeat.multiple(List<CssBackgroundRepeat> repeats) =
_CssBackgroundRepeatMultiple;