contentBox constant

CssBackgroundOrigin const contentBox

The background extends to the outside edge of the content.

Implementation

static const CssBackgroundOrigin contentBox = _CssBackgroundOriginKeyword(
  'content-box',
);