noRepeat constant
BackgroundRepeat
const noRepeat
The image is not repeated (and hence the background image painting area will not necessarily be entirely covered). The position of the non-repeated background image is defined by the background-position CSS property.
Implementation
static const BackgroundRepeat noRepeat = BackgroundRepeat._('no-repeat');