repeat constant

CssBackgroundRepeat const repeat

Implementation

static const CssBackgroundRepeat repeat = _CssBackgroundRepeatKeyword(
  'repeat',
);