repeatY constant

BackgroundRepeat const repeatY

The background image repeats vertically only, with the edge image being clipped if the height of the paint area is not a multiple of the background image's height.

Implementation

static const BackgroundRepeat repeatY = BackgroundRepeat._('repeat-y');