round constant

BackgroundRepeat const round

As the allowed space increases in size, the repeated images will stretch (leaving no gaps) until there is room for another one to be added. This is the only <repeat-style> value that can lead to the distortion of the background image's aspect ratio, which will occur if the aspect ratio of the background image differs from the aspect ratio of the background paint area.

Implementation

static const BackgroundRepeat round = BackgroundRepeat._('round');