noRepeat constant

CssBackgroundRepeat const noRepeat

Implementation

static const CssBackgroundRepeat noRepeat = _CssBackgroundRepeatKeyword(
  'no-repeat',
);