repeatX constant

CssBackgroundRepeat const repeatX

Implementation

static const CssBackgroundRepeat repeatX = _CssBackgroundRepeatKeyword(
  'repeat-x',
);