repeatX constant
BackgroundRepeat
const repeatX
The background image repeats horizontally only, with the edge image being clipped if the width of the paint area is not a multiple of the background image's width.
Implementation
static const BackgroundRepeat repeatX = BackgroundRepeat._('repeat-x');