cover constant

CssBackgroundSize const cover

Scales the image as large as possible without stretching the image. If the container is larger than the image, this will result in image tiling, unless the background-repeat property is set to no-repeat.

Implementation

static const CssBackgroundSize cover = _CssBackgroundSizeKeyword('cover');