cover constant

BackgroundSize const cover

The cover keyword: scale the image to cover the whole background painting area while preserving aspect ratio; image may be cropped.

Implementation

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