contain constant

CssBackgroundSize const contain

Scales the image to the largest size such that both its width and its height can fit inside the content area.

Implementation

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