repeat constant

BackgroundRepeat const repeat

The default value. The image is repeated as many times as needed to cover the entire background image painting area, with the edge image being clipped if the dimension of the painting area is not a multiple of the dimension of your background image.

Implementation

static const BackgroundRepeat repeat = BackgroundRepeat._('repeat');