contain constant

BackgroundSize const contain

The contain keyword: scale the image to be as large as possible while maintaining aspect ratio and fitting inside the background painting area.

Implementation

static const BackgroundSize contain = BackgroundSize._('contain');