contentBox constant

CssBackgroundClip const contentBox

The background extends to the outside edge of the content.

Implementation

static const CssBackgroundClip contentBox = _CssBackgroundClipKeyword(
  'content-box',
);